svn commit: r220481 - stable/7/share/man/man4

Bjoern A. Zeeb bz at FreeBSD.org
Sat Apr 9 10:44:54 UTC 2011


Author: bz
Date: Sat Apr  9 10:44:53 2011
New Revision: 220481
URL: http://svn.freebsd.org/changeset/base/220481

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/7/share/man/man4/ip6.4
Directory Properties:
  stable/7/share/man/man4/   (props changed)

Modified: stable/7/share/man/man4/ip6.4
==============================================================================
--- stable/7/share/man/man4/ip6.4	Sat Apr  9 10:44:01 2011	(r220480)
+++ stable/7/share/man/man4/ip6.4	Sat Apr  9 10:44:53 2011	(r220481)
@@ -30,7 +30,7 @@
 .\"
 .\" $FreeBSD$
 .\"
-.Dd September 29, 2006
+.Dd March 13, 2011
 .Dt IP6 4
 .Os
 .Sh NAME
@@ -233,12 +233,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
@@ -644,6 +645,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 ,


More information about the svn-src-all mailing list