diff options
author | Didier Raboud <odyx@debian.org> | 2013-03-19 11:05:58 +0100 |
---|---|---|
committer | Didier Raboud <odyx@debian.org> | 2013-03-19 11:05:58 +0100 |
commit | ea5667a811b20e235ce1975e763469edd1f7f0de (patch) | |
tree | a02b8034aba8666f06fdbc971905ca760b1c3aa7 /doc/help/man-ipptoolfile.html | |
parent | 6fd17d1b328ea9230585f7ad1e3c478343157220 (diff) | |
download | cups-upstream/1.6.2.tar.gz |
Imported Upstream version 1.6.2upstream/1.6.2
Diffstat (limited to 'doc/help/man-ipptoolfile.html')
-rw-r--r-- | doc/help/man-ipptoolfile.html | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/doc/help/man-ipptoolfile.html b/doc/help/man-ipptoolfile.html index 645fd4a1..8c753896 100644 --- a/doc/help/man-ipptoolfile.html +++ b/doc/help/man-ipptoolfile.html @@ -11,7 +11,7 @@ ipptoolfile - ipptool file format <h2 class="title"><a name="DESCRIPTION">Description</a></h2> -The <a href='man-ipptool.html?TOPIC=Man+Pages'>ipptool(1)</a> program accepts free-form plain text files that describe one or more IPP requests. Comments start with the "#" character and continue to the end of the line. Each request is enclosed by curley braces, for example: +The <a href='man-ipptool.html?TOPIC=Man+Pages'>ipptool(1)</a> program accepts free-form plain text files that describe one or more IPP requests. Comments start with the "#" character and continue to the end of the line. Each request is enclosed by curly braces, for example: <pre> # This is a comment @@ -402,6 +402,14 @@ parallel attribute. <h2 class="title"><a name="STATUS_PREDICATES">Status Predicates</a></h2> The following predicates are understood following the STATUS test directive: <dl> +<dt>DEFINE-MATCH variable-name +</dt> +<dd>Defines the variable to "1" when the STATUS matches. A side-effect of this predicate is that this STATUS will never fail a test. +</dd> +<dt>DEFINE-NO-MATCH variable-name +</dt> +<dd>Defines the variable to "1" when the STATUS does not match. A side-effect of this predicate is that this STATUS will never fail a test. +</dd> <dt>IF-DEFINED variable-name </dt> <dd>Makes the STATUS apply only if the specified variable is defined. @@ -631,7 +639,7 @@ no job-uri has been seen. </dd> <dt>$notify-subscription-id </dt> -<dd>Inserts the last notify-subscription-id value returnd in a test response or 0 if +<dd>Inserts the last notify-subscription-id value returned in a test response or 0 if no notify-subscription-id has been seen. </dd> <dt>$port @@ -662,7 +670,7 @@ no notify-subscription-id has been seen. <a href='http://localhost:631/help'>http://localhost:631/help</a> <h2 class="title"><a name="COPYRIGHT">Copyright</a></h2> -Copyright 2007-2012 by Apple Inc. +Copyright 2007-2013 by Apple Inc. </body> </html> |