pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/pkgtools/pkgchk/files Use more macros; fixes some warn...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9a3d1470559b
branches:  trunk
changeset: 468626:9a3d1470559b
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Sun Feb 15 16:22:27 2004 +0000

description:
Use more macros; fixes some warnings reported by tron.

diffstat:

 pkgtools/pkgchk/files/pkgchk.8 |  27 +++++++++++++++++++--------
 1 files changed, 19 insertions(+), 8 deletions(-)

diffs (61 lines):

diff -r 0207d691defb -r 9a3d1470559b pkgtools/pkgchk/files/pkgchk.8
--- a/pkgtools/pkgchk/files/pkgchk.8    Sun Feb 15 15:51:10 2004 +0000
+++ b/pkgtools/pkgchk/files/pkgchk.8    Sun Feb 15 16:22:27 2004 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pkgchk.8,v 1.19 2003/10/04 21:07:53 agc Exp $
+.\"    $NetBSD: pkgchk.8,v 1.20 2004/02/15 16:22:27 wiz Exp $
 .\"
 .\" Copyright (c) 2001 by David Brownlee (abs%netbsd.org@localhost)
 .\" Absolutely no warranty.
@@ -136,7 +136,9 @@
 Tags are checked against the current machine's set:
 .Bl -bullet
 .It
-If a matched tag starts with a hyphen '-', the package is always excluded.
+If a matched tag starts with a hyphen
+.Sq - ,
+the package is always excluded.
 .It
 Otherwise if any tags match the package will be included.
 .It
@@ -146,17 +148,24 @@
 .Em *
 matches any tag.
 .It
-Tags cannot contain a hypen '-' or plus '+'.
+Tags cannot contain a hypen
+.Sq -
+or plus
+.Sq + .
 .It
-Tags separated by spaces are treated as 'or'.
-'taga tagb' means if
+Tags separated by spaces are treated as
+.Dq or .
+.Dq taga tagb
+means if
 .Em tag_a
 or
 .Em tag_b
 match the current machine.
 .It
-Tags separated by a plus are treated as 'and'.
-'taga+tagb' means if
+Tags separated by a plus are treated as
+.Dq and .
+.Dq taga+tagb
+means if
 .Em tag_a
 and
 .Em tag_b
@@ -258,7 +267,9 @@
 x11/xlockmore                   x11 -wopr
 .Ed
 .Sh AUTHORS
-David Brownlee <abs%netbsd.org@localhost>, plus much from Stoned Elipot.
+.An David Brownlee
+.Aq abs%netbsd.org@localhost ,
+plus much from Stoned Elipot.
 .Sh BUGS
 Updating packages on which other packages depend can currently only be done
 via source (not binary packages).



Home | Main Index | Thread Index | Old Index