diff options
Diffstat (limited to 'lib/libc/net/getifaddrs.3')
| -rw-r--r-- | lib/libc/net/getifaddrs.3 | 20 | 
1 files changed, 10 insertions, 10 deletions
diff --git a/lib/libc/net/getifaddrs.3 b/lib/libc/net/getifaddrs.3 index 83877239aa39..29ea50c7bd73 100644 --- a/lib/libc/net/getifaddrs.3 +++ b/lib/libc/net/getifaddrs.3 @@ -142,16 +142,6 @@ for any of the errors specified for the library routines  .Xr malloc 3  or  .Xr sysctl 3 . -.Sh BUGS -If both -.In net/if.h -and -.In ifaddrs.h -are being included, -.In net/if.h -.Em must -be included before -.In ifaddrs.h .  .Sh SEE ALSO  .Xr ioctl 2 ,  .Xr socket 2 , @@ -163,3 +153,13 @@ The  .Nm  implementation first appeared in BSDi  .Bsx . +.Sh BUGS +If both +.In net/if.h +and +.In ifaddrs.h +are being included, +.In net/if.h +.Em must +be included before +.In ifaddrs.h .  | 
