aboutsummaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
Diffstat (limited to 'sbin')
-rw-r--r--sbin/devmatch/devmatch.84
-rw-r--r--sbin/fsck/fsck.82
-rw-r--r--sbin/ifconfig/ifconfig.82
-rw-r--r--sbin/mount_msdosfs/mount_msdosfs.82
4 files changed, 5 insertions, 5 deletions
diff --git a/sbin/devmatch/devmatch.8 b/sbin/devmatch/devmatch.8
index bf36c276c823..93d6437f18cf 100644
--- a/sbin/devmatch/devmatch.8
+++ b/sbin/devmatch/devmatch.8
@@ -69,6 +69,8 @@ Produce more verbose output.
.Sh SEE ALSO
.Xr devinfo 8 ,
.Xr MODULE_PNP_INFO 9
+.Sh AUTHORS
+.An Warner Losh Aq Mt imp@FreeBSD.org
.Sh BUGS
The kernel has hints in it, but we exclude it from the list of modules
to suggest for unmatched devices.
@@ -92,5 +94,3 @@ logical equivalent in USB, PCI, and others.
.Pp
Many drivers currently lack proper PNP table decorations and need to
be updated.
-.Sh AUTHORS
-.An Warner Losh Aq Mt imp@FreeBSD.org
diff --git a/sbin/fsck/fsck.8 b/sbin/fsck/fsck.8
index 48bed813ba9d..998f3d2fc4f4 100644
--- a/sbin/fsck/fsck.8
+++ b/sbin/fsck/fsck.8
@@ -143,7 +143,7 @@ only if
is compiled to support it.
.It Fl f
Force checking of file systems.
-Running
+Running
.Dq Li fsck -f
ignores the journal and does a full
consistency check of the disk so will find and fix the errors about which the
diff --git a/sbin/ifconfig/ifconfig.8 b/sbin/ifconfig/ifconfig.8
index e9fa2624dae7..701bc763a859 100644
--- a/sbin/ifconfig/ifconfig.8
+++ b/sbin/ifconfig/ifconfig.8
@@ -592,7 +592,7 @@ Note that this must be configured on a physical interface associated with
not on a
.Xr vlan 4
interface itself.
-.It Fl vlanmtu , vlanhwtag, vlanhwfilter, vlanhwtso
+.It Fl vlanmtu , vlanhwtag , vlanhwfilter , vlanhwtso
If the driver offers user-configurable VLAN support, disable
reception of extended frames, tag processing in hardware,
frame filtering in hardware, or TSO on VLAN,
diff --git a/sbin/mount_msdosfs/mount_msdosfs.8 b/sbin/mount_msdosfs/mount_msdosfs.8
index 2c3db364eaf8..ee9c6cfc225a 100644
--- a/sbin/mount_msdosfs/mount_msdosfs.8
+++ b/sbin/mount_msdosfs/mount_msdosfs.8
@@ -202,7 +202,7 @@ and first appeared in
was renamed to the more aptly-named
.Nm
in
-.Fx 5.0.
+.Fx 5.0 .
The character code conversion routine was added in 2003.
.Sh AUTHORS
Initial implementation as