summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2015-08-10 21:25:44 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2015-08-10 21:25:44 +0000
commit01396a1a038c254535d25c1145e5cf3054241a6a (patch)
tree68786f594bc1f5653ba02afbe65c5f3c55a72824
parent8a6f311a2c953875d91965d695d221cd4d49b881 (diff)
downloads6-01396a1a038c254535d25c1145e5cf3054241a6a.tar.xz
Update ucspilogd doc
-rw-r--r--doc/ucspilogd.html13
1 files changed, 12 insertions, 1 deletions
diff --git a/doc/ucspilogd.html b/doc/ucspilogd.html
index 52b22e1..29b1975 100644
--- 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>