summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormillert <millert@openbsd.org>2002-03-07 22:41:12 +0000
committermillert <millert@openbsd.org>2002-03-07 22:41:12 +0000
commit4aeed91d3985b5c3517549c1ad87d2b22894d1ea (patch)
tree6b54530919f8571df151105681e8e13e81d4b71f
parentReplace SIOCGIFCONF-using NRL versions with KAME versions that use (diff)
downloadwireguard-openbsd-4aeed91d3985b5c3517549c1ad87d2b22894d1ea.tar.xz
wireguard-openbsd-4aeed91d3985b5c3517549c1ad87d2b22894d1ea.zip
Xr getifaddrs(3) and networking(4) in SEE ALSO section.
-rw-r--r--lib/libc/net/if_indextoname.35
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/libc/net/if_indextoname.3 b/lib/libc/net/if_indextoname.3
index fff03e875b9..85269c3769d 100644
--- a/lib/libc/net/if_indextoname.3
+++ b/lib/libc/net/if_indextoname.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: if_indextoname.3,v 1.4 2000/03/01 17:31:23 todd Exp $
+.\" $OpenBSD: if_indextoname.3,v 1.5 2002/03/07 22:41:12 millert Exp $
.\" Copyright (c) 1983, 1991, 1993
.\" The Regents of the University of California. All rights reserved.
.\"
@@ -130,6 +130,9 @@ return
.Dv NULL
on errors.
.Sh SEE ALSO
+.Xr getifaddrs 3 ,
+.Xr networking 4
+.Pp
R. Gilligan, S. Thomson, J. Bound, and W. Stevens,
``Basic Socket Interface Extensions for IPv6,'' RFC2553, March 1999.
.Sh STANDARDS