svn commit: r233138 - head/lib/libc/net

Eitan Adler eadler at FreeBSD.org
Mon Mar 19 00:47:02 UTC 2012


Author: eadler
Date: Mon Mar 19 00:47:01 2012
New Revision: 233138
URL: http://svn.freebsd.org/changeset/base/233138

Log:
  draft-ietf-ipv6-scoping-arch-02.txt is now RFC 4007
  
  PR:		docs/163771
  Submitted by:	phk
  Reviewed by:	If someone else reviewed your modification.
  Approved by:	cperciva
  MFC after:	1 week

Modified:
  head/lib/libc/net/getnameinfo.3

Modified: head/lib/libc/net/getnameinfo.3
==============================================================================
--- head/lib/libc/net/getnameinfo.3	Mon Mar 19 00:45:01 2012	(r233137)
+++ head/lib/libc/net/getnameinfo.3	Mon Mar 19 00:47:01 2012	(r233138)
@@ -135,7 +135,7 @@ and
 .El
 .Pp
 This implementation allows numeric IPv6 address notation with scope identifier,
-as documented in chapter 11 of draft-ietf-ipv6-scoping-arch-02.txt.
+as documented in chapter 11 of RFC 4007.
 IPv6 link-local address will appear as a string like
 .Dq Li fe80::1%ne0 .
 Refer to


More information about the svn-src-all mailing list