diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-20 10:03:43 +0000 |
---|---|---|
committer | Laurent Bercot <ska-skaware@skarnet.org> | 2016-03-20 10:03:43 +0000 |
commit | 2115c8f6a7b45de1f8a073ab207eb28a0784b149 (patch) | |
tree | 947722a5798cc708da0feca21c499456fa082a4d /doc/s6-test.html | |
parent | c2edfe05b05ad2f19c659dda994641c2d958aeab (diff) | |
download | s6-portable-utils-2115c8f6a7b45de1f8a073ab207eb28a0784b149.tar.xz |
Stylistic cleanups for s6-test, document the -v expression, credit Aranea
Diffstat (limited to 'doc/s6-test.html')
-rw-r--r-- | doc/s6-test.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/s6-test.html b/doc/s6-test.html index d256cdf..6b48d42 100644 --- a/doc/s6-test.html +++ b/doc/s6-test.html @@ -50,5 +50,12 @@ program; however, if your arguments never start with a backslash, it exhibits th exact same behaviour. </p> +<h2> Non-standard expressions </h2> + +<ul> + <li> <tt>-v <em>VAR</em></tt> : tests whether the +<em>VAR</em> variable is defined in the current environment. </li> +</ul> + </body> </html> |