diff options
author | rillig <rillig@pkgsrc.org> | 2006-05-10 17:01:44 +0000 |
---|---|---|
committer | rillig <rillig@pkgsrc.org> | 2006-05-10 17:01:44 +0000 |
commit | 4c76990d3221ee9b04f18383d73197a6bd255bf3 (patch) | |
tree | 246f7d0a2f67687e6783446b43015c95f4e08b90 /pkgtools | |
parent | 285b3449828b44725f080d661ee4dc6185ae2eba (diff) | |
download | pkgsrc-4c76990d3221ee9b04f18383d73197a6bd255bf3.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.xml | 5 |
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> |