summaryrefslogtreecommitdiff
path: root/lib/libc/net
diff options
context:
space:
mode:
authorJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-04-16 13:48:54 +0000
committerJun-ichiro itojun Hagino <itojun@cvs.openbsd.org>2000-04-16 13:48:54 +0000
commite1aba5bd4e7b6f03c4ef49d59cf56514eff22869 (patch)
treef59f9e3afb2fda3a3bcdde051d18ca5342f2d249 /lib/libc/net
parent3da9386c7736ce85cbb2ec176e43ef12bce0a326 (diff)
avoid misunderstanding in history portion, okay'ed by aaron.
may need english check:-) (getifaddrs.c is straight import from bsdi4)
Diffstat (limited to 'lib/libc/net')
-rw-r--r--lib/libc/net/getifaddrs.36
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 .