diff options
-rw-r--r-- | lib/libc/net/getifaddrs.3 | 11 |
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 |