svn commit: r187669 - head/usr.sbin/jail
Bjoern A. Zeeb
bz at FreeBSD.org
Sat Jan 24 07:53:38 PST 2009
Author: bz
Date: Sat Jan 24 15:53:37 2009
New Revision: 187669
URL: http://svn.freebsd.org/changeset/base/187669
Log:
Update the description of the '-h' option wrt to primary addresses
per address family and add a reference to the ip-addresses option.
MFC after: 1 week
Modified:
head/usr.sbin/jail/jail.8
Modified: head/usr.sbin/jail/jail.8
==============================================================================
--- head/usr.sbin/jail/jail.8 Sat Jan 24 15:33:09 2009 (r187668)
+++ head/usr.sbin/jail/jail.8 Sat Jan 24 15:53:37 2009 (r187669)
@@ -33,7 +33,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 11, 2009
+.Dd January 24, 2009
.Dt JAIL 8
.Os
.Sh NAME
@@ -63,9 +63,10 @@ to the list of
for this prison.
This may affect default address selection for outgoing IPv4 connections
of prisons.
-The address first returned by the resolver for the IPv4 address family
-will be used as default.
-For IPv6 source address selection is done by a well defined algorithm.
+The address first returned by the resolver for each address family
+will be used as primary address. See
+.Va ip-addresses
+further down for details.
.It Fl i
Output the jail identifier of the newly created jail.
.It Fl n Ar jailname
More information about the svn-src-head
mailing list