aboutsummaryrefslogtreecommitdiffstats
path: root/chapter07/sysklogd.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-01 21:49:10 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2004-02-01 21:49:10 +0000
commit90e3cb3f0e14cadecc0edf2b6de96ee432bc60de (patch)
treeabdbfa8e4dbf97a986c0469999b15df80cceadfe /chapter07/sysklogd.xml
parentc288d971d11a78cde87a5f4c0583ab9a43fbfeba (diff)
Replacing several <userinput> tags by <command>.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/sysklogd.xml')
-rw-r--r--chapter07/sysklogd.xml12
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>