diff options
-rw-r--r-- | src/lib/libc/net/getifaddrs.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/lib/libc/net/getifaddrs.3 b/src/lib/libc/net/getifaddrs.3 index 817128f174..fd36edb3cf 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.4 2000/04/12 21:48:01 aaron Exp $ | 1 | .\" $OpenBSD: getifaddrs.3,v 1.5 2000/04/16 13:48:53 itojun 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 |
@@ -151,5 +151,7 @@ be included before | |||
151 | The | 151 | The |
152 | .Fn getifaddrs | 152 | .Fn getifaddrs |
153 | function first appeared in BSDI BSD/OS. | 153 | function first appeared in BSDI BSD/OS. |
154 | This implementation first appeared in | 154 | The function is supplied on |
155 | .Ox | ||
156 | since | ||
155 | .Ox 2.7 . | 157 | .Ox 2.7 . |