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/logger.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 '')
-rw-r--r-- | doc/src/logger.xml | 12 |
1 files changed, 6 insertions, 6 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> 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> 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> 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> 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> 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> tag</replaceable> </term> <listitem> <para> |