svn commit: r230844 - projects/jailconf/usr.sbin/jail

Jamie Gritton jamie at FreeBSD.org
Tue Jan 31 19:45:33 UTC 2012


Author: jamie
Date: Tue Jan 31 19:45:32 2012
New Revision: 230844
URL: http://svn.freebsd.org/changeset/base/230844

Log:
  Better communicate the purpose of "-r *".

Modified:
  projects/jailconf/usr.sbin/jail/jail.8

Modified: projects/jailconf/usr.sbin/jail/jail.8
==============================================================================
--- projects/jailconf/usr.sbin/jail/jail.8	Tue Jan 31 19:38:18 2012	(r230843)
+++ projects/jailconf/usr.sbin/jail/jail.8	Tue Jan 31 19:45:32 2012	(r230844)
@@ -207,8 +207,10 @@ file, specified by name or jid.
 .P
 An argument of
 .Dq *
-is a wildcard that will operate on all jails.  To prevent errors,
-this is the only way for
+is a wildcard that will operate on all jails, regardless of whether
+they appear in
+.Xr jail.conf 5 ;
+this is the surest way for
 .Fl r
 to remove all jails.
 If hierarchical jails exist, a partial-matching wildcard definition may


More information about the svn-src-projects mailing list