[Midnightbsd-cvs] src [7485] trunk/lib/libc/net/getnameinfo.3: this is no longer a draft.
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Mar 20 17:50:57 EDT 2016
Revision: 7485
http://svnweb.midnightbsd.org/src/?rev=7485
Author: laffer1
Date: 2016-03-20 17:50:56 -0400 (Sun, 20 Mar 2016)
Log Message:
-----------
this is no longer a draft.
Modified Paths:
--------------
trunk/lib/libc/net/getnameinfo.3
Modified: trunk/lib/libc/net/getnameinfo.3
===================================================================
--- trunk/lib/libc/net/getnameinfo.3 2016-03-20 21:49:55 UTC (rev 7484)
+++ trunk/lib/libc/net/getnameinfo.3 2016-03-20 21:50:56 UTC (rev 7485)
@@ -18,7 +18,7 @@
.\"
.\" $MidnightBSD$
.\"
-.Dd February 28, 2007
+.Dd February 14, 2013
.Dt GETNAMEINFO 3
.Os
.Sh NAME
@@ -157,7 +157,7 @@
if (getnameinfo(sa, sa->sa_len, hbuf, sizeof(hbuf), sbuf,
sizeof(sbuf), NI_NUMERICHOST | NI_NUMERICSERV)) {
errx(1, "could not get numeric hostname");
- /*NOTREACHED*/
+ /* NOTREACHED */
}
printf("host=%s, serv=%s\en", hbuf, sbuf);
.Ed
@@ -170,7 +170,7 @@
if (getnameinfo(sa, sa->sa_len, hbuf, sizeof(hbuf), NULL, 0,
NI_NAMEREQD)) {
errx(1, "could not resolve hostname");
- /*NOTREACHED*/
+ /* NOTREACHED */
}
printf("host=%s\en", hbuf);
.Ed
@@ -191,10 +191,11 @@
.%A R. Gilligan
.%A S. Thomson
.%A J. Bound
+.%A J. McCann
.%A W. Stevens
.%T Basic Socket Interface Extensions for IPv6
-.%R RFC 2553
-.%D March 1999
+.%R RFC 3493
+.%D February 2003
.Re
.Rs
.%A S. Deering
@@ -203,9 +204,8 @@
.%A E. Nordmark
.%A B. Zill
.%T "IPv6 Scoped Address Architecture"
-.%R internet draft
-.%N draft-ietf-ipv6-scoping-arch-02.txt
-.%O work in progress material
+.%R RFC 4007
+.%D March 2005
.Re
.Rs
.%A Craig Metz
@@ -217,9 +217,9 @@
The
.Fn getnameinfo
function is defined by the
-.St -p1003.1g-2000
-draft specification and documented in
-.Tn "RFC 2553" ,
+.St -p1003.1-2004
+specification and documented in
+.Tn "RFC 3493" ,
.Dq Basic Socket Interface Extensions for IPv6 .
.Sh CAVEATS
.Fn getnameinfo
More information about the Midnightbsd-cvs
mailing list