From owner-freebsd-doc@FreeBSD.ORG Fri May 1 04:30:01 2009 Return-Path: Delivered-To: freebsd-doc@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EC0011065677 for ; Fri, 1 May 2009 04:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id AC01F8FC15 for ; Fri, 1 May 2009 04:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n414U1fA038741 for ; Fri, 1 May 2009 04:30:01 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n414U1sV038738; Fri, 1 May 2009 04:30:01 GMT (envelope-from gnats) Resent-Date: Fri, 1 May 2009 04:30:01 GMT Resent-Message-Id: <200905010430.n414U1sV038738@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-doc@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Kenji Rikitake Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 218CE106564A for ; 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 ; 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 ; 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 To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: docs/134127: ip6(4) manual does not contain proper reference to IPV6_V6ONLY option X-BeenThere: freebsd-doc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Documentation project List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 01 May 2009 04:30:02 -0000 >Number: 134127 >Category: docs >Synopsis: ip6(4) manual does not contain proper reference to IPV6_V6ONLY option >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-doc >State: open >Quarter: >Keywords: >Date-Required: >Class: doc-bug >Submitter-Id: current-users >Arrival-Date: Fri May 01 04:30:01 UTC 2009 >Closed-Date: >Last-Modified: >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: >Unformatted: