summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorwiz <wiz>2004-02-15 16:22:27 +0000
committerwiz <wiz>2004-02-15 16:22:27 +0000
commitdb0d90826bda3a2b0d76549e2a1d65075903b5f9 (patch)
tree99e67969cb5286a63bd80b5ffabfbdba79fc9ec6 /pkgtools
parent5ee73c24c58625a5cf39145fbded104391864907 (diff)
downloadpkgsrc-db0d90826bda3a2b0d76549e2a1d65075903b5f9.tar.gz
Use more macros; fixes some warnings reported by tron.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkgchk/files/pkgchk.827
1 files changed, 19 insertions, 8 deletions
diff --git a/pkgtools/pkgchk/files/pkgchk.8 b/pkgtools/pkgchk/files/pkgchk.8
index d09750ad1f3..f40ff61d94d 100644
--- a/pkgtools/pkgchk/files/pkgchk.8
+++ b/pkgtools/pkgchk/files/pkgchk.8
@@ -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)
.\" Absolutely no warranty.
@@ -136,7 +136,9 @@ tags.
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 @@ An asterisk
.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 @@ www/navigator x11+i386
x11/xlockmore x11 -wopr
.Ed
.Sh AUTHORS
-David Brownlee <abs@netbsd.org>, plus much from Stoned Elipot.
+.An David Brownlee
+.Aq abs@netbsd.org ,
+plus much from Stoned Elipot.
.Sh BUGS
Updating packages on which other packages depend can currently only be done
via source (not binary packages).