diff options
author | yaworsky <yaworsky> | 2005-12-08 03:33:45 +0000 |
---|---|---|
committer | yaworsky <yaworsky> | 2005-12-08 03:33:45 +0000 |
commit | 975ba77d13227571797714115b64118078361720 (patch) | |
tree | 85b3430bce4cab947c4324f3e7572a272fb4f406 /doc/src/test.xml | |
parent | 325bca8de542e812b7d00fb32364dce40d3c275f (diff) | |
download | syslog-win32-975ba77d13227571797714115b64118078361720.tar.gz syslog-win32-975ba77d13227571797714115b64118078361720.tar.xz syslog-win32-975ba77d13227571797714115b64118078361720.zip |
Added spaces between options and its parameters.
Diffstat (limited to 'doc/src/test.xml')
-rw-r--r-- | doc/src/test.xml | 28 |
1 files changed, 14 insertions, 14 deletions
diff --git a/doc/src/test.xml b/doc/src/test.xml index 1fa5c2e..6b37a25 100644 --- a/doc/src/test.xml +++ b/doc/src/test.xml @@ -17,13 +17,13 @@ <refsynopsisdiv> <cmdsynopsis> <command>test</command> -<group choice="opt"><arg>-b</arg><replaceable>seconds</replaceable></group> -<group choice="opt"><arg>-i</arg><replaceable>number</replaceable></group> -<group choice="opt"><arg>-n</arg><replaceable>number</replaceable></group> -<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> +<group choice="opt"><arg>-b</arg><replaceable> seconds</replaceable></group> +<group choice="opt"><arg>-i</arg><replaceable> number</replaceable></group> +<group choice="opt"><arg>-n</arg><replaceable> number</replaceable></group> +<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> @@ -43,7 +43,7 @@ test message <message number></screen> <variablelist> <varlistentry> <term> -<option>-b</option><replaceable>seconds</replaceable> +<option>-b</option><replaceable> seconds</replaceable> </term> <listitem> <para> @@ -54,7 +54,7 @@ Default is 1. </varlistentry> <varlistentry> <term> -<option>-i</option><replaceable>number</replaceable> +<option>-i</option><replaceable> number</replaceable> </term> <listitem> <para> @@ -82,7 +82,7 @@ Default is 1. </varlistentry> <varlistentry> <term> -<option>-n</option><replaceable>number</replaceable> +<option>-n</option><replaceable> number</replaceable> </term> <listitem> <para> @@ -93,7 +93,7 @@ Default is 1. </varlistentry> <varlistentry> <term> -<option>-p</option><replaceable>pri</replaceable> +<option>-p</option><replaceable> pri</replaceable> </term> <listitem> <para> @@ -106,7 +106,7 @@ The default is <quote>user.notice</quote>. </varlistentry> <varlistentry> <term> -<option>-s</option><replaceable>seconds</replaceable> +<option>-s</option><replaceable> seconds</replaceable> </term> <listitem> <para> @@ -117,7 +117,7 @@ Default is 1. </varlistentry> <varlistentry> <term> -<option>-t</option><replaceable>tag</replaceable> +<option>-t</option><replaceable> tag</replaceable> </term> <listitem> <para> @@ -127,7 +127,7 @@ Mark every line in the log with the specified tag. </varlistentry> <varlistentry> <term> -<option>-x</option><replaceable>prefix</replaceable> +<option>-x</option><replaceable> prefix</replaceable> </term> <listitem> <para> |