diff options
Diffstat (limited to 'chapter07/sysklogd.xml')
-rw-r--r-- | chapter07/sysklogd.xml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/chapter07/sysklogd.xml b/chapter07/sysklogd.xml index dd8f3dfc7..4c1b02af0 100644 --- a/chapter07/sysklogd.xml +++ b/chapter07/sysklogd.xml @@ -3,12 +3,12 @@ <?dbhtml filename="sysklogd.html" dir="chapter07"?> <para>The <filename>sysklogd</filename> script invokes the -<userinput>syslogd</userinput> program with the <emphasis>-m 0</emphasis> -option. This option turns off the periodic timestamp mark that syslogd -writes to the log files every 20 minutes by default. If you want to turn -on this periodic timestamp mark, edit the <filename>sysklogd</filename> -script and make the changes accordingly. See <userinput>man -syslogd</userinput> for more information.</para> +<command>syslogd</command> program with the <emphasis>-m 0</emphasis> option. +This option turns off the periodic timestamp mark that +<command>syslogd</command> writes to the log files every 20 minutes by default. +If you want to turn on this periodic timestamp mark, edit the +<filename>sysklogd</filename> script and make the changes accordingly. See +<userinput>man syslogd</userinput> for more information.</para> </sect1> |