浏览代码

Fixed missplaced indexterm tags in chapter06/sysklogd.xml.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4946 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 年之前
父节点
当前提交
91b852ad44
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      chapter06/sysklogd.xml

+ 2 - 2
chapter06/sysklogd.xml

@@ -88,19 +88,19 @@ EOF</userinput></screen>
 <varlistentry id="klogd">
 <varlistentry id="klogd">
 <term><command>klogd</command></term>
 <term><command>klogd</command></term>
 <listitem>
 <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>
 <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>
 </listitem>
 </varlistentry>
 </varlistentry>
 
 
 <varlistentry id="syslogd">
 <varlistentry id="syslogd">
 <term><command>syslogd</command></term>
 <term><command>syslogd</command></term>
 <listitem>
 <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
 <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
 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
 program's name too, but that depends on how trusting the logging daemon is told
 to be</para>
 to be</para>
+<indexterm zone="ch-system-sysklogd syslogd"><primary sortas="b-syslogd">syslogd</primary></indexterm>
 </listitem>
 </listitem>
 </varlistentry>
 </varlistentry>
 </variablelist>
 </variablelist>