diff options
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/jail/jail.8 | 6 | ||||
-rw-r--r-- | usr.sbin/wpa/hostapd/hostapd.conf.5 | 2 |
2 files changed, 4 insertions, 4 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 diff --git a/usr.sbin/wpa/hostapd/hostapd.conf.5 b/usr.sbin/wpa/hostapd/hostapd.conf.5 index fd91289f39d3..b2e0132fc2ce 100644 --- a/usr.sbin/wpa/hostapd/hostapd.conf.5 +++ b/usr.sbin/wpa/hostapd/hostapd.conf.5 @@ -67,7 +67,7 @@ The following parameters are recognized: Interface name. Should be set in .Dq hostap -mode. Make certain that there are no spaces after the interface name, +mode. Make certain that there are no spaces after the interface name, or hostapd will complain that the interface does not exist. .It Va debug Debugging mode: 0 = no, 1 = minimal, 2 = verbose, 3 = msg dumps, 4 = |