aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryaworsky <yaworsky>2005-11-29 13:23:55 +0000
committeryaworsky <yaworsky>2005-11-29 13:23:55 +0000
commit447ff54953c6fd528f161a6d5ab18593db9ad490 (patch)
tree98fd13097fa9e33fde3f18fe2b8170a6c82eb80e
parent2905ea039d3381b6afd6479ff83a5fca33414317 (diff)
downloadsyslog-win32-447ff54953c6fd528f161a6d5ab18593db9ad490.tar.gz
syslog-win32-447ff54953c6fd528f161a6d5ab18593db9ad490.tar.xz
syslog-win32-447ff54953c6fd528f161a6d5ab18593db9ad490.zip
Added message prefix.
-rw-r--r--doc/src/test.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/src/test.xml b/doc/src/test.xml
index f8d1e80..1fa5c2e 100644
--- a/doc/src/test.xml
+++ b/doc/src/test.xml
@@ -23,6 +23,7 @@
<group choice="opt"><arg>-p</arg><replaceable>pri</replaceable></group>
<group choice="opt"><arg>-s</arg><replaceable>seconds</replaceable></group>
<group choice="opt"><arg>-t</arg><replaceable>tag</replaceable></group>
+<group choice="opt"><arg>-x</arg><replaceable>prefix</replaceable></group>
</cmdsynopsis>
</refsynopsisdiv>
@@ -124,6 +125,16 @@ Mark every line in the log with the specified tag.
</para>
</listitem>
</varlistentry>
+ <varlistentry>
+ <term>
+<option>-x</option><replaceable>prefix</replaceable>
+ </term>
+ <listitem>
+ <para>
+Prefix for the test message.
+ </para>
+ </listitem>
+ </varlistentry>
</variablelist>
</para>
</refsect1>