diff options
author | 2012-08-20 19:38:55 +0000 | |
---|---|---|
committer | 2012-08-20 19:38:55 +0000 | |
commit | c646cfd337da4d7c5c4e2c1f00e6a17b5d5b2bb6 (patch) | |
tree | 39ddf0526c7895e7ac58deea0d2f24caaf1001e8 /lib/libc | |
parent | Sync GCC 3's libpthread specs with GCC 4's. Not currently used by (diff) | |
download | wireguard-openbsd-c646cfd337da4d7c5c4e2c1f00e6a17b5d5b2bb6.tar.xz wireguard-openbsd-c646cfd337da4d7c5c4e2c1f00e6a17b5d5b2bb6.zip |
rfc 4291 replaces rfcs 2373 and 3513;
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/net/inet.3 | 25 |
1 files changed, 16 insertions, 9 deletions
diff --git a/lib/libc/net/inet.3 b/lib/libc/net/inet.3 index ba7a3c8375f..4521827466f 100644 --- a/lib/libc/net/inet.3 +++ b/lib/libc/net/inet.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: inet.3,v 1.23 2012/04/20 07:00:21 jmc Exp $ +.\" $OpenBSD: inet.3,v 1.24 2012/08/20 19:38:55 jmc Exp $ .\" $NetBSD: inet.3,v 1.7 1997/06/18 02:25:24 lukem Exp $ .\" .\" Copyright (c) 1983, 1990, 1991, 1993 @@ -30,7 +30,7 @@ .\" .\" @(#)inet.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: April 20 2012 $ +.Dd $Mdocdate: August 20 2012 $ .Dt INET 3 .Os .Sh NAME @@ -200,7 +200,7 @@ and .Xr getnameinfo 3 are recommended rather than the functions presented here. .Pp -The presentation format of an IPv6 address is given in RFC 2373: +The presentation format of an IPv6 address is given in RFC 4291: .Pp There are three conventional forms for representing IPv6 addresses as text strings: @@ -278,14 +278,21 @@ or in compressed form: .Xr hosts 5 , .Xr networks 5 .Rs -.%R RFC 2373 -.%D July 1998 -.%T "IP Version 6 Addressing Architecture" +.%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 .Re .Rs -.%R RFC 3493 -.%D February 2003 -.%T "Basic Socket Interface Extensions for IPv6" +.%A R. Hinden +.%A S. Deering +.%D February 2006 +.%R RFC 4291 +.%T IP Version 6 Addressing Architecture .Re .Sh STANDARDS The |