aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-04-13 19:28:34 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-04-13 19:28:34 +0000
commit91b852ad44caba3259fe31789819642f8ed8f3b1 (patch)
treef9e93fa26faf5439fbf220cb8394824ecfe04750 /chapter06
parentf94daa176b63d9b51ea9493378e13d8a42dcc63a (diff)
Fixed missplaced indexterm tags in chapter06/sysklogd.xml.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/sysklogd.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/sysklogd.xml b/chapter06/sysklogd.xml
index 21bfef527..2a4a71964 100644
--- a/chapter06/sysklogd.xml
+++ b/chapter06/sysklogd.xml
@@ -88,19 +88,19 @@ EOF</userinput></screen>
<varlistentry id="klogd">
<term><command>klogd</command></term>
<listitem>
-<indexterm zone="ch-system-sysklogd klogd"><primary sortas="b-klogd">klogd</primary></indexterm>
<para>A system daemon for intercepting and logging kernel messages</para>
+<indexterm zone="ch-system-sysklogd klogd"><primary sortas="b-klogd">klogd</primary></indexterm>
</listitem>
</varlistentry>
<varlistentry id="syslogd">
<term><command>syslogd</command></term>
<listitem>
-<indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm>
<para>Logs the messages that system programs offer for logging. Every logged
message contains at least a date stamp and a hostname, and normally the
program's name too, but that depends on how trusting the logging daemon is told
to be</para>
+<indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm>
</listitem>
</varlistentry>
</variablelist>