diff options
author | jmc <> | 2007-02-14 17:07:30 +0000 |
---|---|---|
committer | jmc <> | 2007-02-14 17:07:30 +0000 |
commit | 0c70b110e5fbbc2644ba8f7c65dacb9d1ac4e402 (patch) | |
tree | 01d6d1ffd7f785dba2144bec3fd44583f8ae5cce /src | |
parent | dd5251e43f48ce4b74d07850b44ff2c5cc0733e6 (diff) | |
download | openbsd-0c70b110e5fbbc2644ba8f7c65dacb9d1ac4e402.tar.gz openbsd-0c70b110e5fbbc2644ba8f7c65dacb9d1ac4e402.tar.bz2 openbsd-0c70b110e5fbbc2644ba8f7c65dacb9d1ac4e402.zip |
correct a mistake concerning ifa_data;
found by Srebrenko Sehic, corrected by millert and claudio;
Diffstat (limited to 'src')
-rw-r--r-- | src/lib/libc/net/getifaddrs.3 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/lib/libc/net/getifaddrs.3 b/src/lib/libc/net/getifaddrs.3 index e6380be4b7..ebc40a63f6 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.12 2005/07/22 04:50:51 jaredy Exp $ | 1 | .\" $OpenBSD: getifaddrs.3,v 1.13 2007/02/14 17:07:30 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 |
@@ -104,11 +104,10 @@ addresses it contains a pointer to the | |||
104 | (as defined in include file | 104 | (as defined in include file |
105 | .Aq Pa net/if.h ) | 105 | .Aq Pa net/if.h ) |
106 | which contains various interface attributes and statistics. | 106 | which contains various interface attributes and statistics. |
107 | For all other address families, it contains a pointer to the | 107 | For all other address families, |
108 | .Li struct ifa_data | 108 | .Fa ifa_data |
109 | (as defined in include file | 109 | is |
110 | .Aq Pa net/if.h ) | 110 | .Dv NULL . |
111 | which contains per-address interface statistics. | ||
112 | .El | 111 | .El |
113 | .Pp | 112 | .Pp |
114 | The data returned by | 113 | The data returned by |