diff options
Diffstat (limited to '')
-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> |