pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

plist-utils: clean up some lint in the man pages.



Module Name:	pkgsrc-wip
Committed By:	Thomas Klausner <wiz%NetBSD.org@localhost>
Pushed By:	wiz
Date:		Sat Oct 1 18:55:23 2016 +0200
Changeset:	c22593bbbe1970effbbe35d5028346f6de10b7d9

Modified Files:
	plist-utils/files/plist-add.1
	plist-utils/files/plist-del.1
	plist-utils/files/plist-sort.1

Log Message:
plist-utils: clean up some lint in the man pages.

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=c22593bbbe1970effbbe35d5028346f6de10b7d9

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 plist-utils/files/plist-add.1  | 21 +++++++++++----------
 plist-utils/files/plist-del.1  | 21 +++++++++++----------
 plist-utils/files/plist-sort.1 | 20 ++++++++++----------
 3 files changed, 32 insertions(+), 30 deletions(-)

diffs:
diff --git a/plist-utils/files/plist-add.1 b/plist-utils/files/plist-add.1
index cf75744..d87f81e 100644
--- a/plist-utils/files/plist-add.1
+++ b/plist-utils/files/plist-add.1
@@ -36,32 +36,33 @@
 .Nm
 .Op Fl i
 .Ar PLIST
+.Ar file
 .Op Ar
 .Sh DESCRIPTION
 The
 .Nm
 utility adds entries regarding
-.Ar
+.Ar file
 to
 .Ar PLIST .
-Afterwards, it sorts the output. If
+Afterwards, it sorts the output.
+If
 .Fl i
 is given,
 .Nm
-modifies
+modifies the
 .Ar PLIST
-in place. Otherwise it outputs to standard output.
+in place.
+Otherwise it outputs to standard output.
 .Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and any other value if an error occurs.
-.Sh HISTORY  
+.Ex -std plist-add
+.Sh HISTORY
 The
 .Nm
 utility appeared in pkgsrc-2016Q3.
 .Sh AUTHORS
-.An -nosplit  
+.An -nosplit
 The
-.Nm 
+.Nm
 utility was written by
 .An Kamil Rytarowski .
diff --git a/plist-utils/files/plist-del.1 b/plist-utils/files/plist-del.1
index 94f49bf..826625b 100644
--- a/plist-utils/files/plist-del.1
+++ b/plist-utils/files/plist-del.1
@@ -35,32 +35,33 @@
 .Sh SYNOPSIS
 .Nm
 .Op Fl i
+.Ar file
 .Op Ar
 .Sh DESCRIPTION
 The
 .Nm
 utility removes entries regarding
-.Ar
-from
+.Ar file
+from the
 .Ar PLIST .
-Afterwards, it sorts the output. If
+Afterwards, it sorts the output.
+If
 .Fl i
 is given,
 .Nm
 modifies the
 .Ar PLIST
-in place. Otherwise it outputs to standard output.
+in place.
+Otherwise it outputs to standard output.
 .Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and any other value if an error occurs.
-.Sh HISTORY  
+.Ex -std plist-del
+.Sh HISTORY
 The
 .Nm
 utility appeared in pkgsrc-2016Q3.
 .Sh AUTHORS
-.An -nosplit  
+.An -nosplit
 The
-.Nm 
+.Nm
 utility was written by
 .An Kamil Rytarowski .
diff --git a/plist-utils/files/plist-sort.1 b/plist-utils/files/plist-sort.1
index f7a945e..53bdce6 100644
--- a/plist-utils/files/plist-sort.1
+++ b/plist-utils/files/plist-sort.1
@@ -27,7 +27,7 @@
 .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
 .\" SUCH DAMAGE.
 .\"
-.Dd September 18 2016
+.Dd September 18, 2016
 .Dt PLIST-SORT 1
 .Os
 .Sh NAME
@@ -41,24 +41,24 @@ The
 .Nm
 utility sorts entries in
 .Ar
-as if all PLIST variables and options were already substituted. If
+as if all PLIST variables and options were already substituted.
+If
 .Fl i
 is given,
 .Nm
-modifies
+modifies the
 .Ar PLIST
-in place. Otherwise it outputs to standard output.
+in place.
+Otherwise it outputs to standard output.
 .Sh EXIT STATUS
-The
-.Nm
-utility exits 0 on success, and any other value if an error occurs.
-.Sh HISTORY  
+.Ex -std plist-sort
+.Sh HISTORY
 The
 .Nm
 utility appeared in pkgsrc-2016Q3.
 .Sh AUTHORS
-.An -nosplit  
+.An -nosplit
 The
-.Nm 
+.Nm
 utility was written by
 .An Kamil Rytarowski .


Home | Main Index | Thread Index | Old Index