From owner-svn-src-head@FreeBSD.ORG Sun Aug 30 14:45:09 2009 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB33A10656D6; Sun, 30 Aug 2009 14:45:09 +0000 (UTC) (envelope-from motoyuki@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id A9DA88FC0C; Sun, 30 Aug 2009 14:45:09 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id n7UEj9HN097780; Sun, 30 Aug 2009 14:45:09 GMT (envelope-from motoyuki@svn.freebsd.org) Received: (from motoyuki@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id n7UEj961097778; Sun, 30 Aug 2009 14:45:09 GMT (envelope-from motoyuki@svn.freebsd.org) Message-Id: <200908301445.n7UEj961097778@svn.freebsd.org> From: Motoyuki Konno Date: Sun, 30 Aug 2009 14:45:09 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r196654 - head/share/man/man4 X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 30 Aug 2009 14:45:09 -0000 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 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