diff options
Diffstat (limited to 'doc/src/logger.xml')
-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> |