diff options
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/getifaddrs.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/lib/libc/net/getifaddrs.3 b/lib/libc/net/getifaddrs.3 index 817128f174e..fd36edb3cf6 100644 --- a/lib/libc/net/getifaddrs.3 +++ b/lib/libc/net/getifaddrs.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: getifaddrs.3,v 1.4 2000/04/12 21:48:01 aaron Exp $ +.\" $OpenBSD: getifaddrs.3,v 1.5 2000/04/16 13:48:53 itojun Exp $ .\" BSDI getifaddrs.3,v 2.5 2000/02/23 14:51:59 dab Exp .\" .\" Copyright (c) 1995, 1999 @@ -151,5 +151,7 @@ be included before The .Fn getifaddrs function first appeared in BSDI BSD/OS. -This implementation first appeared in +The function is supplied on +.Ox +since .Ox 2.7 . |