diff options
-rw-r--r-- | sbin/etherswitchcfg/etherswitchcfg.8 | 2 | ||||
-rw-r--r-- | sbin/mdconfig/mdconfig.8 | 2 | ||||
-rw-r--r-- | share/man/man4/firewire.4 | 6 | ||||
-rw-r--r-- | usr.bin/stdbuf/stdbuf.1 | 2 | ||||
-rw-r--r-- | usr.sbin/jail/jail.8 | 6 | ||||
-rw-r--r-- | usr.sbin/wpa/hostapd/hostapd.conf.5 | 2 |
6 files changed, 10 insertions, 10 deletions
diff --git a/sbin/etherswitchcfg/etherswitchcfg.8 b/sbin/etherswitchcfg/etherswitchcfg.8 index 538950c..aec7d68 100644 --- a/sbin/etherswitchcfg/etherswitchcfg.8 +++ b/sbin/etherswitchcfg/etherswitchcfg.8 @@ -71,7 +71,7 @@ Specifies the physical media configuration to be configured for a port. Specifies a list of media options for a port. See .Xr ifconfig 8 for details on -.Ar media and +.Ar media and .Ar mediaopt . .El .Ss reg diff --git a/sbin/mdconfig/mdconfig.8 b/sbin/mdconfig/mdconfig.8 index 2bd1405..4114137 100644 --- a/sbin/mdconfig/mdconfig.8 +++ b/sbin/mdconfig/mdconfig.8 @@ -128,7 +128,7 @@ If the .Fl v option is specified, show all details. .It Fl n -When printing +When printing .Xr md 4 device names, print only the unit number without the .Xr md 4 diff --git a/share/man/man4/firewire.4 b/share/man/man4/firewire.4 index 6541aeb..82e3622 100644 --- a/share/man/man4/firewire.4 +++ b/share/man/man4/firewire.4 @@ -83,11 +83,11 @@ On the .Nm bus, every device is identified by an EUI 64 address. .Pp -Debugging over the firewire interace is possible with the -.Xr dcons 4 +Debugging over the firewire interace is possible with the +.Xr dcons 4 driver. Please see -.Pa http://wiki.freebsd.org/DebugWithDcons +.Pa http://wiki.freebsd.org/DebugWithDcons for details on how to setup debugging with firewire. .Sh FILES .Bl -tag -compact diff --git a/usr.bin/stdbuf/stdbuf.1 b/usr.bin/stdbuf/stdbuf.1 index 2e28740..37e569e 100644 --- a/usr.bin/stdbuf/stdbuf.1 +++ b/usr.bin/stdbuf/stdbuf.1 @@ -108,7 +108,7 @@ utility first appeared in .An -nosplit The original idea of the .Nm -command comes from +command comes from .An Padraig Brady who implemented it in the GNU coreutils. .An Jeremie Le Hen diff --git a/usr.sbin/jail/jail.8 b/usr.sbin/jail/jail.8 index e7d2c87..4e7ee42 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 fd91289..b2e0132 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 = |