Bug 134127

Summary: [patch] ip6(4) manual does not contain proper reference to IPV6_V6ONLY option
Product: Documentation Reporter: kenji.rikitake
Component: Books & ArticlesAssignee: freebsd-doc (Nobody) <doc>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description kenji.rikitake 2009-05-01 05:30:01 UTC
man page for ip6(4) has a wrong reference for the IPV6_V6ONLY option in the STANDARDS section.  RFC3542 does not define the option, and the option is described in RFC3493 Section 5.3.  This should be fixed.

Fix: patch for the man source given.

Patch attached with submission follows:
How-To-Repeat: man 4 ip6
Comment 1 dfilter service freebsd_committer freebsd_triage 2009-08-30 15:45:20 UTC
Author: motoyuki
Date: Sun Aug 30 14:45:09 2009
New Revision: 196654
URL: http://svn.freebsd.org/changeset/base/196654

Log:
  Fix the reference for the IPV6_V6ONLY option.  This option is described
  in RFC 3493, not 3542.
  
  PR:		docs/134127
  Submitted by:	Kenji Rikitake <kenji.rikitake@acm.org>
  MFC after:	2 weeks

Modified:
  head/share/man/man4/ip6.4

Modified: head/share/man/man4/ip6.4
==============================================================================
--- head/share/man/man4/ip6.4	Sun Aug 30 14:38:17 2009	(r196653)
+++ head/share/man/man4/ip6.4	Sun Aug 30 14:45:09 2009	(r196654)
@@ -692,7 +692,7 @@ An ancillary data object was improperly 
 Most of the socket options are defined in RFC 2292 or RFC 2553.
 The
 .Dv IPV6_V6ONLY
-socket option is defined in RFC 3542.
+socket option is defined in RFC 3493 Section 5.3.
 The
 .Dv IPV6_PORTRANGE
 socket option and the conflict resolution rule are not defined in the
_______________________________________________
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 2 motoyuki freebsd_committer freebsd_triage 2009-08-30 15:47:10 UTC
State Changed
From-To: open->closed

Commited. Thanks.