Date: Fri, 1 May 2009 04:26:42 GMT From: Kenji Rikitake <kenji.rikitake@acm.org> To: freebsd-gnats-submit@FreeBSD.org Subject: docs/134127: ip6(4) manual does not contain proper reference to IPV6_V6ONLY option Message-ID: <200905010426.n414QgMF051461@www.freebsd.org> Resent-Message-ID: <200905010430.n414U1sV038738@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905010426.n414QgMF051461>