diff options
author | wiz <wiz> | 2009-05-04 20:45:41 +0000 |
---|---|---|
committer | wiz <wiz> | 2009-05-04 20:45:41 +0000 |
commit | 995c95b51cc96664bd69b1f9b0e28a3a05cb8150 (patch) | |
tree | 3ed46423c7ef8af9e11be9766287b731aa8b9964 /pkgtools/pkg_chk | |
parent | ad6c424d3d65e0acf44a190d9b49bf3b16a9076d (diff) | |
download | pkgsrc-995c95b51cc96664bd69b1f9b0e28a3a05cb8150.tar.gz |
Remove trailing whitespace. Spelling. Punctuation nits. Remove superfluous
.Pp.
Diffstat (limited to 'pkgtools/pkg_chk')
-rw-r--r-- | pkgtools/pkg_chk/files/pkg_chk.8 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/pkgtools/pkg_chk/files/pkg_chk.8 b/pkgtools/pkg_chk/files/pkg_chk.8 index a77d009e6df..d0219b79343 100644 --- a/pkgtools/pkg_chk/files/pkg_chk.8 +++ b/pkgtools/pkg_chk/files/pkg_chk.8 @@ -1,4 +1,4 @@ -.\" $NetBSD: pkg_chk.8,v 1.26 2008/05/02 19:10:26 apb Exp $ +.\" $NetBSD: pkg_chk.8,v 1.27 2009/05/04 20:45:41 wiz Exp $ .\" .\" Copyright (c) 2001 by David Brownlee (abs@NetBSD.org) .\" Absolutely no warranty. @@ -27,7 +27,6 @@ based on the hostname, architecture, and other characteristics. When updating packages that depend on each other .Nm will skip dependent packages to reduce unnecessary rebuilding. -.Pp .Ss Options .Bl -tag -width xxxxxxxx .It Fl a @@ -168,14 +167,14 @@ and all packages checked. .It Fl c Check versions of packages specified in .Pa pkgchk.conf . -This is a synomyn for +This is a synonym for .Nm .Fl a q , and will be removed in a future version. .It Fl i Check versions of installed packages, ignoring -.Pa pkgchk.conf. -This is a synomyn for +.Pa pkgchk.conf . +This is a synonym for .Fl u q , and will be removed in a future version. .El @@ -186,7 +185,7 @@ on a line is considered a comment. .Pp Each line in .Pa pkgchk.conf -can either define a new tag or a package directory +can either define a new tag or a package directory (such as sysutils/skill), in each case followed by a list of tags. .Ss New tag groups Lines that define a new tag can be used to group tags to avoid |