From nobody@FreeBSD.org  Fri May  1 04:26:43 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 218CE106564A
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  1 May 2009 04:26:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 0F6B88FC13
	for <freebsd-gnats-submit@FreeBSD.org>; Fri,  1 May 2009 04:26:43 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n414Qg3K051462
	for <freebsd-gnats-submit@FreeBSD.org>; Fri, 1 May 2009 04:26:42 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n414QgMF051461;
	Fri, 1 May 2009 04:26:42 GMT
	(envelope-from nobody)
Message-Id: <200905010426.n414QgMF051461@www.freebsd.org>
Date: Fri, 1 May 2009 04:26:42 GMT
From: Kenji Rikitake <kenji.rikitake@acm.org>
To: freebsd-gnats-submit@FreeBSD.org
Subject: ip6(4) manual does not contain proper reference to IPV6_V6ONLY option
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134127
>Category:       docs
>Synopsis:       [patch] ip6(4) manual does not contain proper reference to IPV6_V6ONLY option
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-doc
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 01 04:30:01 UTC 2009
>Closed-Date:    Sun Aug 30 14:47:46 UTC 2009
>Last-Modified:  Sun Aug 30 14:50:01 UTC 2009
>Originator:     Kenji Rikitake
>Release:        7.1-RELEASE-p5
>Organization:
>Environment:
FreeBSD reseaux.priv.k2r.org 7.1-RELEASE-p5 FreeBSD 7.1-RELEASE-p5 #9: Sun Apr 26 11:32:41 JST 2009     root@reseaux.priv.k2r.org:/usr/obj/usr/src/sys/RESEAUX  i386
>Description:
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.
>How-To-Repeat:
man 4 ip6
>Fix:
patch for the man source given.

Patch attached with submission follows:

--- src/share/man/man4/ip6.4.orig	2009-05-01 13:18:52.000000000 +0900
+++ src/share/man/man4/ip6.4	2009-05-01 13:19:54.000000000 +0900
@@ -681,7 +681,7 @@
 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


>Release-Note:
>Audit-Trail:
State-Changed-From-To: open->closed 
State-Changed-By: motoyuki 
State-Changed-When: Sun Aug 30 14:47:10 UTC 2009 
State-Changed-Why:  
Commited. Thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134127 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: docs/134127: commit references a PR
Date: Sun, 30 Aug 2009 14:45:20 +0000 (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"
 
>Unformatted:
