summaryrefslogtreecommitdiff
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/libc/net/if_indextoname.311
1 files changed, 6 insertions, 5 deletions
diff --git a/src/lib/libc/net/if_indextoname.3 b/src/lib/libc/net/if_indextoname.3
index 8ffc35a5fa..4826b985bb 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.11 2007/05/31 19:19:30 jmc Exp $ 1.\" $OpenBSD: if_indextoname.3,v 1.12 2012/08/22 18:32:47 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: May 31 2007 $ 31.Dd $Mdocdate: August 22 2012 $
32.Dt IF_NAMETOINDEX 3 32.Dt IF_NAMETOINDEX 3
33.Os 33.Os
34.Sh NAME 34.Sh NAME
@@ -134,11 +134,12 @@ on errors.
134.%A R. Gilligan 134.%A R. Gilligan
135.%A S. Thomson 135.%A S. Thomson
136.%A J. Bound 136.%A J. Bound
137.%A J. McCann
137.%A W. Stevens 138.%A W. Stevens
139.%D February 2003
140.%R RFC 3493
138.%T Basic Socket Interface Extensions for IPv6 141.%T Basic Socket Interface Extensions for IPv6
139.%R RFC 2553
140.%D March 1999
141.Re 142.Re
142.Sh STANDARDS 143.Sh STANDARDS
143These functions are defined in ``Basic Socket Interface Extensions for IPv6'' 144These functions are defined in ``Basic Socket Interface Extensions for IPv6''
144.Pq RFC 2533 . 145.Pq RFC 3493 .