diff options
author | 2012-08-22 18:32:47 +0000 | |
---|---|---|
committer | 2012-08-22 18:32:47 +0000 | |
commit | bdcf79d29abf0c202822299a2887d020582d5721 (patch) | |
tree | 594b23d938ece700615477b7875789935503291d /lib/libc/net | |
parent | - remove the text describing rfc 2553: that rfc has been replaced, and (diff) | |
download | wireguard-openbsd-bdcf79d29abf0c202822299a2887d020582d5721.tar.xz wireguard-openbsd-bdcf79d29abf0c202822299a2887d020582d5721.zip |
rfc 2553 (not 2533) has been replaced by rfc 3493;
Diffstat (limited to 'lib/libc/net')
-rw-r--r-- | lib/libc/net/if_indextoname.3 | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/libc/net/if_indextoname.3 b/lib/libc/net/if_indextoname.3 index 8ffc35a5fad..4826b985bbd 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.11 2007/05/31 19:19:30 jmc Exp $ +.\" $OpenBSD: if_indextoname.3,v 1.12 2012/08/22 18:32:47 jmc Exp $ .\" Copyright (c) 1983, 1991, 1993 .\" The Regents of the University of California. All rights reserved. .\" @@ -28,7 +28,7 @@ .\" .\" From: @(#)rcmd.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: May 31 2007 $ +.Dd $Mdocdate: August 22 2012 $ .Dt IF_NAMETOINDEX 3 .Os .Sh NAME @@ -134,11 +134,12 @@ on errors. .%A R. Gilligan .%A S. Thomson .%A J. Bound +.%A J. McCann .%A W. Stevens +.%D February 2003 +.%R RFC 3493 .%T Basic Socket Interface Extensions for IPv6 -.%R RFC 2553 -.%D March 1999 .Re .Sh STANDARDS These functions are defined in ``Basic Socket Interface Extensions for IPv6'' -.Pq RFC 2533 . +.Pq RFC 3493 . |