summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2012-03-14 14:34:39 +0000
committerwiz <wiz@pkgsrc.org>2012-03-14 14:34:39 +0000
commit1a3a98f12b445b25b293ba8492a090dc8dbc6da2 (patch)
tree5424ed1cd9b2e8c93a119bc226566d0b1015f4db /pkgtools
parent0380dc0d77ed78c5ba8d3a8fec725ac00855253a (diff)
downloadpkgsrc-1a3a98f12b445b25b293ba8492a090dc8dbc6da2.tar.gz
Bug Hunting:
- remove unneeded consecutive argument for `.Nm' macro; - improve wording.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkgsrc-todo/files/add_todo.19
-rw-r--r--pkgtools/pkgsrc-todo/files/obsolete_todo.115
2 files changed, 11 insertions, 13 deletions
diff --git a/pkgtools/pkgsrc-todo/files/add_todo.1 b/pkgtools/pkgsrc-todo/files/add_todo.1
index 18dcc9ffae8..873d4db9203 100644
--- a/pkgtools/pkgsrc-todo/files/add_todo.1
+++ b/pkgtools/pkgsrc-todo/files/add_todo.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: add_todo.1,v 1.2 2012/03/08 12:11:55 wiz Exp $
+.\" $NetBSD: add_todo.1,v 1.3 2012/03/14 14:34:39 wiz Exp $
.\"
.Dd March 8, 2012
.Dt ADD_TODO 1
@@ -6,7 +6,7 @@
.Nm add_todo
.Nd add entries to pkgsrc/doc/TODO
.Sh SYNOPSIS
-.Nm add_todo
+.Nm
.Op Fl f
.Ar package
.Sh DESCRIPTION
@@ -20,15 +20,14 @@ The
.Ar package
argument needs to be of the form
.Dq PKGNAME-PKGVERSION ,
-e.g.
+e.g.,
.Dq pkgsrc-todo-1.1 .
.Nm
checks if the package exists in pkgsrc by looking for an entry for it
in the
.Pa CHANGES-*
files (to catch typos).
-.Nm
-also checks if the update was already committed, i.e. if an entry for
+It also checks if the update was already committed, i.e., if an entry for
it or a newer version exists in any
.Pa CHANGES-*
files.
diff --git a/pkgtools/pkgsrc-todo/files/obsolete_todo.1 b/pkgtools/pkgsrc-todo/files/obsolete_todo.1
index 9d9185b832d..868874ee1c3 100644
--- a/pkgtools/pkgsrc-todo/files/obsolete_todo.1
+++ b/pkgtools/pkgsrc-todo/files/obsolete_todo.1
@@ -1,4 +1,4 @@
-.\" $NetBSD: obsolete_todo.1,v 1.2 2012/03/08 12:11:55 wiz Exp $
+.\" $NetBSD: obsolete_todo.1,v 1.3 2012/03/14 14:34:39 wiz Exp $
.\"
.Dd March 8, 2012
.Dt OBSOLETE_TODO 1
@@ -6,15 +6,14 @@
.Nm obsolete_todo
.Nd remove obsolete entries from pkgsrc/doc/TODO
.Sh SYNOPSIS
-.Nm obsolete_todo
-.Sh DESCRIPTION
.Nm
-removes entries from
-.Pa pkgsrc/doc/TODO
-which were already handled, i.e. that or a newer version
-already exists in pkgsrc.
+.Sh DESCRIPTION
.Nm
-does this by checking the entries in
+removes obsoleted entries from
+.Pa pkgsrc/doc/TODO ,
+i.e., entries for packages that already exist
+in pkgsrc in either the version from the entry or a higher one.
+It does this by checking the entries in
.Pa pkgsrc/doc/TODO
against the entries in the various
.Pa pkgsrc/doc/CHANGES-*