svn commit: r219597 - head/share/man/man4

Bjoern A. Zeeb bz at FreeBSD.org
Sun Mar 13 11:44:16 UTC 2011


Author: bz
Date: Sun Mar 13 11:44:16 2011
New Revision: 219597
URL: http://svn.freebsd.org/changeset/base/219597

Log:
  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.
  
  MFC after:	13 days

Modified:
  head/share/man/man4/ip6.4

Modified: head/share/man/man4/ip6.4
==============================================================================
--- head/share/man/man4/ip6.4	Sun Mar 13 11:40:18 2011	(r219596)
+++ head/share/man/man4/ip6.4	Sun Mar 13 11:44:16 2011	(r219597)
@@ -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 ,


More information about the svn-src-all mailing list