diff options
Diffstat (limited to 'usr.sbin/jail/jail.8')
-rw-r--r-- | usr.sbin/jail/jail.8 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index e7d2c873c4b7..4e7ee42bac60 100644 --- a/usr.sbin/jail/jail.8 +++ b/usr.sbin/jail/jail.8 @@ -78,12 +78,12 @@ perform: .Bl -tag -width indent .It Fl c Create a new jail. -The jail +The jail .Va jid and .Va name parameters (if specified) on the command line, -or any jails +or any jails must not refer to an existing jail. .It Fl m Modify an existing jail. @@ -215,7 +215,7 @@ this is the surest way for to remove all jails. If hierarchical jails exist, a partial-matching wildcard definition may be specified. -For example, an argument of +For example, an argument of .Dq foo.* would apply to jails with names like .Dq foo.bar |