From owner-svn-src-stable@FreeBSD.ORG Sat Apr 9 10:45:22 2011 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AD4111065686; Sat, 9 Apr 2011 10:45:22 +0000 (UTC) (envelope-from bz@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 9A72A8FC15; Sat, 9 Apr 2011 10:45:22 +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 p39AjMAH011196; Sat, 9 Apr 2011 10:45:22 GMT (envelope-from bz@svn.freebsd.org) Received: (from bz@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id p39AjMv1011194; Sat, 9 Apr 2011 10:45:22 GMT (envelope-from bz@svn.freebsd.org) Message-Id: <201104091045.p39AjMv1011194@svn.freebsd.org> From: "Bjoern A. Zeeb" Date: Sat, 9 Apr 2011 10:45:22 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org X-SVN-Group: stable-8 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r220482 - stable/8/share/man/man4 X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 Apr 2011 10:45:22 -0000 Author: bz Date: Sat Apr 9 10:45:22 2011 New Revision: 220482 URL: http://svn.freebsd.org/changeset/base/220482 Log: MFC r219597: Cross-reference ip(4) rather than sysctl(8) for the global, shared MIB values to control the various port ranges. ip(4) describes these in detail. Modified: stable/8/share/man/man4/ip6.4 Directory Properties: stable/8/share/man/man4/ (props changed) Modified: stable/8/share/man/man4/ip6.4 ============================================================================== --- stable/8/share/man/man4/ip6.4 Sat Apr 9 10:44:53 2011 (r220481) +++ stable/8/share/man/man4/ip6.4 Sat Apr 9 10:45:22 2011 (r220482) @@ -30,7 +30,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 21, 2008 +.Dd March 13, 2011 .Dt IP6 4 .Os .Sh NAME @@ -232,12 +232,13 @@ The following values are available: .Bl -tag -width IPV6_PORTRANGE_DEFAULT -compact .It Dv IPV6_PORTRANGE_DEFAULT Use the regular range of non-reserved ports (varies, see -.Xr sysctl 8 ) . +.Xr ip 4 ) . .It Dv IPV6_PORTRANGE_HIGH Use a high range (varies, see -.Xr sysctl 8 ) . +.Xr ip 4 ) . .It Dv IPV6_PORTRANGE_LOW -Use a low, reserved range (600\-1023). +Use a low, reserved range (600\-1023, see +.Xr ip 4 ) . .El .It Dv IPV6_PKTINFO Fa "int *" Get or set whether additional information about subsequent packets will @@ -655,6 +656,7 @@ An ancillary data object was improperly .Xr if_nametoindex 3 , .Xr bpf 4 , .Xr icmp6 4 , +.Xr ip 4 , .Xr inet6 4 , .Xr netintro 4 , .Xr tcp 4 ,