summaryrefslogtreecommitdiff
path: root/lib/libc/net
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2007-02-14 17:07:31 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2007-02-14 17:07:31 +0000
commit204835ccd9c311eda72c40ccaf15e32387d20017 (patch)
tree16f521cf09e3903d3d01b28a1ba51e31068ec390 /lib/libc/net
parent42b74bbbb54cea1be3e2b3feb6ab5df201defa08 (diff)
correct a mistake concerning ifa_data;
found by Srebrenko Sehic, corrected by millert and claudio;
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/getifaddrs.311
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/net/getifaddrs.3 b/lib/libc/net/getifaddrs.3
index e6380be4b77..ebc40a63f62 100644
--- a/lib/libc/net/getifaddrs.3
+++ b/lib/libc/net/getifaddrs.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: getifaddrs.3,v 1.12 2005/07/22 04:50:51 jaredy Exp $
+.\" $OpenBSD: getifaddrs.3,v 1.13 2007/02/14 17:07:30 jmc Exp $
.\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp
.\"
.\" Copyright (c) 1995, 1999
@@ -104,11 +104,10 @@ addresses it contains a pointer to the
(as defined in include file
.Aq Pa net/if.h )
which contains various interface attributes and statistics.
-For all other address families, it contains a pointer to the
-.Li struct ifa_data
-(as defined in include file
-.Aq Pa net/if.h )
-which contains per-address interface statistics.
+For all other address families,
+.Fa ifa_data
+is
+.Dv NULL .
.El
.Pp
The data returned by