summaryrefslogtreecommitdiff
path: root/pkgtools
diff options
context:
space:
mode:
authorrillig <rillig>2006-05-10 17:01:44 +0000
committerrillig <rillig>2006-05-10 17:01:44 +0000
commit8633e4b5dd34d7dc350caa8b63315c8551e51b06 (patch)
tree246f7d0a2f67687e6783446b43015c95f4e08b90 /pkgtools
parent04795eb8bcc266749d2b42837929204acda402db (diff)
downloadpkgsrc-8633e4b5dd34d7dc350caa8b63315c8551e51b06.tar.gz
The := or != operators can be used for unconditional assignment, too.
Diffstat (limited to 'pkgtools')
-rw-r--r--pkgtools/pkglint/files/doc/chap.types.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgtools/pkglint/files/doc/chap.types.xml b/pkgtools/pkglint/files/doc/chap.types.xml
index 49356540218..bc882e58cff 100644
--- a/pkgtools/pkglint/files/doc/chap.types.xml
+++ b/pkgtools/pkglint/files/doc/chap.types.xml
@@ -1,4 +1,4 @@
-<!-- $NetBSD: chap.types.xml,v 1.6 2006/05/10 15:31:41 rillig Exp $ -->
+<!-- $NetBSD: chap.types.xml,v 1.7 2006/05/10 17:01:44 rillig Exp $ -->
<chapter id="types">
<title>The &pkglint; type system</title>
@@ -130,7 +130,8 @@
default value for the variable using the <literal>?=</literal>
operator.</entry></row>
<row><entry><filename>s</filename></entry><entry>Set the
- variable unconditionally using the <literal>=</literal>
+ variable unconditionally using the <literal>=</literal>,
+ <literal>:=</literal> or <literal>!=</literal>
operator.</entry></row>
<row><entry><filename>u</filename></entry><entry>Use the value
of the variable.</entry></row>