Bug 163771

Summary: getnameinfo(3) man-page detail
Product: Documentation Reporter: Poul-Henning Kamp <phk>
Component: Books & ArticlesAssignee: Eitan Adler <eadler>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   

Description Poul-Henning Kamp 2012-01-02 10:20:10 UTC
	the getnameinfo(3) manpage references 
		draft-ietf-ipv6-scoping-arch-02.txt
	I think that should be RFC 4007 now ?

	This may be a change that needs to be pushed around ISC ?
Comment 1 Eitan Adler freebsd_committer freebsd_triage 2012-03-04 04:31:41 UTC
Responsible Changed
From-To: freebsd-doc->eadler

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-03-19 00:47:13 UTC
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
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscribe@freebsd.org"
Comment 3 Eitan Adler freebsd_committer freebsd_triage 2012-03-19 01:23:56 UTC
State Changed
From-To: open->closed

Committed. Thanks!