Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Dec 2020 13:56:19 +0000 (UTC)
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r368816 - head/usr.sbin/trim
Message-ID:  <202012191356.0BJDuJLA064367@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202012191356.0BJDuJLA064367>