aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authoryaworsky <yaworsky>2005-12-08 08:34:48 +0000
committeryaworsky <yaworsky>2005-12-08 08:34:48 +0000
commit0782e3bcb11b1096956001aa2c3e7e07162e3a3d (patch)
treea0129dc8b2e572145484e9dd76ef104aad70770c /doc
parentacec0f1564d24d61f4a671703748963b0f7d5754 (diff)
downloadsyslog-win32-0782e3bcb11b1096956001aa2c3e7e07162e3a3d.tar.gz
syslog-win32-0782e3bcb11b1096956001aa2c3e7e07162e3a3d.tar.xz
syslog-win32-0782e3bcb11b1096956001aa2c3e7e07162e3a3d.zip
Added --trace option.HEADmaster
Diffstat (limited to 'doc')
-rw-r--r--doc/src/syslogd.xml14
1 files changed, 14 insertions, 0 deletions
diff --git a/doc/src/syslogd.xml b/doc/src/syslogd.xml
index 66b7b4e..f6f29d2 100644
--- a/doc/src/syslogd.xml
+++ b/doc/src/syslogd.xml
@@ -26,6 +26,7 @@
<arg choice="opt">--restart</arg>
<group choice="opt"><arg>-s</arg><arg>--shutdown</arg></group>
<arg choice="opt">--start</arg>
+<group choice="opt"><arg>-t</arg><arg>--trace</arg><replaceable>&nbsp;file</replaceable></group>
<group choice="opt"><arg>-v</arg><arg>--verbose</arg></group>
<arg choice="opt">--version</arg>
</cmdsynopsis>
@@ -130,6 +131,19 @@ Start installed service.
</varlistentry>
<varlistentry>
<term>
+<option>-t</option> | <option>--trace</option><replaceable>&nbsp;file</replaceable>
+ </term>
+ <listitem>
+ <para>
+Write error and trace messages to the specified file.
+If filename begins with <quote>+</quote>, new messages will be appended to the
+end of existing file.
+Otherwise the file will be overwritten.
+ </para>
+ </listitem>
+ </varlistentry>
+ <varlistentry>
+ <term>
<option>-v</option> | <option>--verbose</option>
</term>
<listitem>