summaryrefslogtreecommitdiff
path: root/pkgtools/pkg_chk/files/pkg_chk.8
diff options
context:
space:
mode:
Diffstat (limited to 'pkgtools/pkg_chk/files/pkg_chk.8')
-rw-r--r--pkgtools/pkg_chk/files/pkg_chk.814
1 files changed, 9 insertions, 5 deletions
diff --git a/pkgtools/pkg_chk/files/pkg_chk.8 b/pkgtools/pkg_chk/files/pkg_chk.8
index 5ff4cf7c910..f97036627e5 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.3 2004/11/17 16:27:20 wiz Exp $
+.\" $NetBSD: pkg_chk.8,v 1.4 2004/11/30 19:32:10 abs Exp $
.\"
.\" Copyright (c) 2001 by David Brownlee (abs@NetBSD.org)
.\" Absolutely no warranty.
@@ -148,6 +148,10 @@ An asterisk
.Em *
matches any tag.
.It
+If a tag starts with an
+.Em /
+then it is checked for as a readable filename.
+.It
Tags cannot contain a hypen
.Sq -
or plus
@@ -157,18 +161,18 @@ Tags separated by spaces are treated as
.Dq or .
.Dq taga tagb
means if
-.Em tag_a
+.Em taga
or
-.Em tag_b
+.Em tagb
match the current machine.
.It
Tags separated by a plus are treated as
.Dq and .
.Dq taga+tagb
means if
-.Em tag_a
+.Em taga
and
-.Em tag_b
+.Em tagb
match the current machine.
.El
.Pp