aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoryaworsky <yaworsky>2005-12-08 03:33:45 +0000
committeryaworsky <yaworsky>2005-12-08 03:33:45 +0000
commit975ba77d13227571797714115b64118078361720 (patch)
tree85b3430bce4cab947c4324f3e7572a272fb4f406
parent325bca8de542e812b7d00fb32364dce40d3c275f (diff)
downloadsyslog-win32-975ba77d13227571797714115b64118078361720.tar.gz
syslog-win32-975ba77d13227571797714115b64118078361720.tar.xz
syslog-win32-975ba77d13227571797714115b64118078361720.zip
Added spaces between options and its parameters.
-rw-r--r--doc/src/logger.xml12
-rw-r--r--doc/src/test.xml28
2 files changed, 20 insertions, 20 deletions
diff --git a/doc/src/logger.xml b/doc/src/logger.xml
index 7164d99..28a610a 100644
--- a/doc/src/logger.xml
+++ b/doc/src/logger.xml
@@ -17,11 +17,11 @@
<refsynopsisdiv>
<cmdsynopsis>
<command>logger</command>
-<group choice="opt"><arg>-f</arg><replaceable>file</replaceable></group>
+<group choice="opt"><arg>-f</arg><replaceable>&nbsp;file</replaceable></group>
<arg choice="opt">-i</arg>
-<group choice="opt"><arg>-p</arg><replaceable>pri</replaceable></group>
+<group choice="opt"><arg>-p</arg><replaceable>&nbsp;pri</replaceable></group>
<arg choice="opt">-s</arg>
-<group choice="opt"><arg>-t</arg><replaceable>tag</replaceable></group>
+<group choice="opt"><arg>-t</arg><replaceable>&nbsp;tag</replaceable></group>
</cmdsynopsis>
</refsynopsisdiv>
@@ -39,7 +39,7 @@ It provides a shell command interface to the syslog daemon.
<variablelist>
<varlistentry>
<term>
-<option>-f</option><replaceable>file</replaceable>
+<option>-f</option><replaceable>&nbsp;file</replaceable>
</term>
<listitem>
<para>
@@ -59,7 +59,7 @@ Log the process id of the logger process with each line.
</varlistentry>
<varlistentry>
<term>
-<option>-p</option><replaceable>pri</replaceable>
+<option>-p</option><replaceable>&nbsp;pri</replaceable>
</term>
<listitem>
<para>
@@ -84,7 +84,7 @@ Log the message to standard error, as well as the system log.
</varlistentry>
<varlistentry>
<term>
-<option>-t</option><replaceable>tag</replaceable>
+<option>-t</option><replaceable>&nbsp;tag</replaceable>
</term>
<listitem>
<para>
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>&nbsp;seconds</replaceable></group>
+<group choice="opt"><arg>-i</arg><replaceable>&nbsp;number</replaceable></group>
+<group choice="opt"><arg>-n</arg><replaceable>&nbsp;number</replaceable></group>
+<group choice="opt"><arg>-p</arg><replaceable>&nbsp;pri</replaceable></group>
+<group choice="opt"><arg>-s</arg><replaceable>&nbsp;seconds</replaceable></group>
+<group choice="opt"><arg>-t</arg><replaceable>&nbsp;tag</replaceable></group>
+<group choice="opt"><arg>-x</arg><replaceable>&nbsp;prefix</replaceable></group>
</cmdsynopsis>
</refsynopsisdiv>
@@ -43,7 +43,7 @@ test message &lt;message number&gt;</screen>
<variablelist>
<varlistentry>
<term>
-<option>-b</option><replaceable>seconds</replaceable>
+<option>-b</option><replaceable>&nbsp;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>&nbsp;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>&nbsp;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>&nbsp;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>&nbsp;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>&nbsp;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>&nbsp;prefix</replaceable>
</term>
<listitem>
<para>