Date: Sat, 9 Apr 2011 10:45:22 +0000 (UTC) From: "Bjoern A. Zeeb" <bz@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r220482 - stable/8/share/man/man4 Message-ID: <201104091045.p39AjMv1011194@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 ,
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201104091045.p39AjMv1011194>