summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/getifaddrs.3
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/lib/libc/net/getifaddrs.322
1 files changed, 11 insertions, 11 deletions
diff --git a/src/lib/libc/net/getifaddrs.3 b/src/lib/libc/net/getifaddrs.3
index 03064689cd..9287b3b734 100644
--- a/src/lib/libc/net/getifaddrs.3
+++ b/src/lib/libc/net/getifaddrs.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: getifaddrs.3,v 1.9 2003/03/06 04:07:37 david Exp $ 1.\" $OpenBSD: getifaddrs.3,v 1.10 2003/05/30 21:37:59 jmc Exp $
2.\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp 2.\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp
3.\" 3.\"
4.\" Copyright (c) 1995, 1999 4.\" Copyright (c) 1995, 1999
@@ -133,16 +133,6 @@ for any of the errors specified for the library routines
133.Xr malloc 3 , 133.Xr malloc 3 ,
134or 134or
135.Xr sysctl 3 . 135.Xr sysctl 3 .
136.Sh BUGS
137If both
138.Aq Pa net/if.h
139and
140.Aq Pa ifaddrs.h
141are being included,
142.Aq Pa net/if.h
143.Em must
144be included before
145.Aq Pa ifaddrs.h .
146.Sh SEE ALSO 136.Sh SEE ALSO
147.Xr ioctl 2 , 137.Xr ioctl 2 ,
148.Xr socket 2 , 138.Xr socket 2 ,
@@ -157,3 +147,13 @@ The function is supplied on
157.Ox 147.Ox
158since 148since
159.Ox 2.7 . 149.Ox 2.7 .
150.Sh BUGS
151If both
152.Aq Pa net/if.h
153and
154.Aq Pa ifaddrs.h
155are being included,
156.Aq Pa net/if.h
157.Em must
158be included before
159.Aq Pa ifaddrs.h .