summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgbe <gbe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-19 13:56:19 +0000
committergbe <gbe@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2020-12-19 13:56:19 +0000
commitac316f6836b2beb2d826cba6068c0073554c02da (patch)
treef0ae3b6988a3849ef8dc9a49687a49fad9951464
parentc09c765e3748c2a6d3199e11cf8d7b21a50342cc (diff)
downloadfreebsd-ac316f6836b2beb2d826cba6068c0073554c02da.tar.gz
freebsd-ac316f6836b2beb2d826cba6068c0073554c02da.tar.bz2
trim(8): Fix a few issues reported by mandoc
- new sentence, new line - unusual Xr order: ioctl(2) after da(4) - unusual Xr order: sysexits(3) after nda(4) MFC after: 1 week git-svn-id: http://svn.freebsd.org/base/head@368816 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
-rw-r--r--usr.sbin/trim/trim.812
1 files changed, 7 insertions, 5 deletions
diff --git a/usr.sbin/trim/trim.8 b/usr.sbin/trim/trim.8
index 22727181d88..abd306ab70a 100644
--- a/usr.sbin/trim/trim.8
+++ b/usr.sbin/trim/trim.8
@@ -60,10 +60,12 @@ The following options are available:
Do not actually erase anything but show what it would do (dry run).
Implies
.Fl v .
-This is the default. Overrides
+This is the default.
+Overrides
.Fl f .
.It Fl f
-Perform the operation. Overrides
+Perform the operation.
+Overrides
.Fl N .
.It Fl l Xo
.Sm off
@@ -150,11 +152,11 @@ is special device file not supporting DIOCGMEDIASIZE
(probably not a disk), so its size cannot be examined.
.El
.Sh SEE ALSO
+.Xr ioctl 2 ,
+.Xr sysexits 3 ,
.Xr ada 4 ,
.Xr da 4 ,
-.Xr ioctl 2 ,
-.Xr nda 4 ,
-.Xr sysexits 3
+.Xr nda 4
.Sh HISTORY
The
.Nm