diff options
author | Joel Dahl <joel@FreeBSD.org> | 2012-05-12 19:59:37 +0000 |
---|---|---|
committer | Joel Dahl <joel@FreeBSD.org> | 2012-05-12 19:59:37 +0000 |
commit | 4228c8a2b12b2e789c74bb397c4bce8168728612 (patch) | |
tree | cab5776d93c8b7862f7769f13a9a2c0b70929dd7 /usr.sbin/jail/jail.8 | |
parent | 2e27f04f5500678edfe85ec7de8e35ae86aeb6cf (diff) | |
download | src-4228c8a2b12b2e789c74bb397c4bce8168728612.tar.gz src-4228c8a2b12b2e789c74bb397c4bce8168728612.zip |
Remove end of line whitespace.
Notes
Notes:
svn path=/head/; revision=235355
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 |