s6

Mirror/fork of https://skarnet.org/software/s6/
git clone https://ccx.te2000.cz/git/s6
Log | Files | Refs | README | LICENSE

commit 01396a1a038c254535d25c1145e5cf3054241a6a
parent 8a6f311a2c953875d91965d695d221cd4d49b881
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date:   Mon, 10 Aug 2015 21:25:44 +0000

 Update ucspilogd doc

Diffstat:
Mdoc/ucspilogd.html | 13++++++++++++-
1 file changed, 12 insertions(+), 1 deletion(-)

diff --git a/doc/ucspilogd.html b/doc/ucspilogd.html @@ -26,7 +26,7 @@ numbers and alert levels into names. <h2> Interface </h2> <pre> - ucspilogd [ <em>var</em> ... ] + ucspilogd [ -d <em>undef</em> ] [ <em>var</em> ... ] </pre> <ul> @@ -41,6 +41,17 @@ human-readable name in the syslogd fashion. </li> <li> It then writes the processed line to stdout. </li> </ul> +<h2> Options </h2> + +<ul> + <li> <tt>-d&nbsp;<em>undef</em></tt>&nbsp;: when a variable +<em>var</em> given on the command line is actually undefined at +ucspilogd execution time, print <em>undef</em> in place of what +would be the variable's value on every line. Default is the +string <tt>&lt;undefined&gt;</tt>. </li> +</ul> + + <h2> Common use </h2> <p>