diff options
author | jmc <> | 2012-08-22 18:32:47 +0000 |
---|---|---|
committer | jmc <> | 2012-08-22 18:32:47 +0000 |
commit | 4885239b423b3fe75a2538872dd928a0cb18024c (patch) | |
tree | 0364f14f4bc6e0d4c1f56a8b28a53ed83f682ab6 | |
parent | dd5090d7a54ea16ff78b52384145bf545d749762 (diff) | |
download | openbsd-4885239b423b3fe75a2538872dd928a0cb18024c.tar.gz openbsd-4885239b423b3fe75a2538872dd928a0cb18024c.tar.bz2 openbsd-4885239b423b3fe75a2538872dd928a0cb18024c.zip |
rfc 2553 (not 2533) has been replaced by rfc 3493;
-rw-r--r-- | src/lib/libc/net/if_indextoname.3 | 11 |
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 |
143 | These functions are defined in ``Basic Socket Interface Extensions for IPv6'' | 144 | These functions are defined in ``Basic Socket Interface Extensions for IPv6'' |
144 | .Pq RFC 2533 . | 145 | .Pq RFC 3493 . |