summaryrefslogtreecommitdiff
path: root/src/lib/libc/net/if_indextoname.3
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/libc/net/if_indextoname.3')
-rw-r--r--src/lib/libc/net/if_indextoname.38
1 files changed, 3 insertions, 5 deletions
diff --git a/src/lib/libc/net/if_indextoname.3 b/src/lib/libc/net/if_indextoname.3
index 4826b985bb..df17389917 100644
--- a/src/lib/libc/net/if_indextoname.3
+++ b/src/lib/libc/net/if_indextoname.3
@@ -1,4 +1,4 @@
1.\" $OpenBSD: if_indextoname.3,v 1.12 2012/08/22 18:32:47 jmc Exp $ 1.\" $OpenBSD: if_indextoname.3,v 1.13 2012/09/27 11:31:58 jmc Exp $
2.\" Copyright (c) 1983, 1991, 1993 2.\" Copyright (c) 1983, 1991, 1993
3.\" The Regents of the University of California. All rights reserved. 3.\" The Regents of the University of California. All rights reserved.
4.\" 4.\"
@@ -28,7 +28,7 @@
28.\" 28.\"
29.\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 29.\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93
30.\" 30.\"
31.Dd $Mdocdate: August 22 2012 $ 31.Dd $Mdocdate: September 27 2012 $
32.Dt IF_NAMETOINDEX 3 32.Dt IF_NAMETOINDEX 3
33.Os 33.Os
34.Sh NAME 34.Sh NAME
@@ -130,6 +130,7 @@ on errors.
130.Sh SEE ALSO 130.Sh SEE ALSO
131.Xr getifaddrs 3 , 131.Xr getifaddrs 3 ,
132.Xr networking 4 132.Xr networking 4
133.Sh STANDARDS
133.Rs 134.Rs
134.%A R. Gilligan 135.%A R. Gilligan
135.%A S. Thomson 136.%A S. Thomson
@@ -140,6 +141,3 @@ on errors.
140.%R RFC 3493 141.%R RFC 3493
141.%T Basic Socket Interface Extensions for IPv6 142.%T Basic Socket Interface Extensions for IPv6
142.Re 143.Re
143.Sh STANDARDS
144These functions are defined in ``Basic Socket Interface Extensions for IPv6''
145.Pq RFC 3493 .