svn commit: r368816 - head/usr.sbin/trim
Gordon Bergling
gbe at FreeBSD.org
Sat Dec 19 13:56:19 UTC 2020
Author: gbe (doc committer)
Date: Sat Dec 19 13:56:19 2020
New Revision: 368816
URL: https://svnweb.freebsd.org/changeset/base/368816
Log:
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
Modified:
head/usr.sbin/trim/trim.8
Modified: head/usr.sbin/trim/trim.8
==============================================================================
--- head/usr.sbin/trim/trim.8 Sat Dec 19 13:51:46 2020 (r368815)
+++ head/usr.sbin/trim/trim.8 Sat Dec 19 13:56:19 2020 (r368816)
@@ -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
More information about the svn-src-head
mailing list