diff options
author | yaworsky <yaworsky> | 2005-12-08 08:34:48 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-12-08 08:34:48 +0000 |
commit | 0782e3bcb11b1096956001aa2c3e7e07162e3a3d (patch) | |
tree | a0129dc8b2e572145484e9dd76ef104aad70770c /doc | |
parent | acec0f1564d24d61f4a671703748963b0f7d5754 (diff) | |
download | syslog-win32-master.tar.gz syslog-win32-master.tar.xz syslog-win32-master.zip |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/src/syslogd.xml | 14 |
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> 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> 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> |