fix minor documentation issues with the portsclean(1) manpage. 1. In the SYNOPSIS, the -L option is excluded. 2. In the description for the -Q option, an example of the -QQ option is not given and since the other descriptions do this, it looks nicer and is easier to read. PR: ports/82666 Submitted by: KOMATSU Shinichiro <koma2@lovepeers.org> (maintainer) Pointed out by: Jason E. Hale <jhale@bluebottle.com>
24 lines
644 B
Groff
24 lines
644 B
Groff
Index: bin/portsclean.1
|
|
===================================================================
|
|
--- bin/portsclean.1 (revision 32)
|
|
+++ bin/portsclean.1 (revision 34)
|
|
@@ -8,7 +8,7 @@
|
|
.Nd a tool to clean ports/packages garbage
|
|
.Sh SYNOPSIS
|
|
.Nm
|
|
-.Op Fl hCDDinPPQQq
|
|
+.Op Fl hCDDiLnPPQQq
|
|
.Sh DESCRIPTION
|
|
.Nm
|
|
is a tool to help users clean out the working directories of their ports
|
|
@@ -81,7 +81,9 @@
|
|
.Pp
|
|
.It Fl Q
|
|
.It Fl -quiet
|
|
-Do not write anything to stdout. Specified twice, do not write
|
|
+Do not write anything to stdout. Specified twice (i.e.
|
|
+.Fl QQ ) ,
|
|
+do not write
|
|
anything to stderr either. This is for internal use.
|
|
.Pp
|
|
.It Fl q
|