소스 검색

Tags and text corrections.

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4911 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 21 년 전
부모
커밋
4443e908bd
1개의 변경된 파일5개의 추가작업 그리고 6개의 파일을 삭제
  1. 5 6
      chapter06/sysklogd.xml

+ 5 - 6
chapter06/sysklogd.xml

@@ -21,7 +21,6 @@ as those given by the kernel when unusual things happen.</para>
 
 
 <segmentedlist>
 <segmentedlist>
 <segtitle>&dependencies;</segtitle>
 <segtitle>&dependencies;</segtitle>
-<!-- <segtitle>Sysklogd installation depends on</segtitle> -->
 <seglistitem><seg>Binutils, Coreutils, GCC, Glibc, Make</seg></seglistitem>
 <seglistitem><seg>Binutils, Coreutils, GCC, Glibc, Make</seg></seglistitem>
 </segmentedlist>
 </segmentedlist>
 </sect2>
 </sect2>
@@ -56,7 +55,7 @@ Sysklogd with Linux 2.6 series kernels</para>
 following:</para>
 following:</para>
 
 
 <screen><userinput>cat &gt; /etc/syslog.conf &lt;&lt; "EOF"
 <screen><userinput>cat &gt; /etc/syslog.conf &lt;&lt; "EOF"
-# Begin /etc/syslog.conf
+<literal># Begin /etc/syslog.conf
 
 
 auth,authpriv.* -/var/log/auth.log
 auth,authpriv.* -/var/log/auth.log
 *.*;auth,authpriv.none -/var/log/sys.log
 *.*;auth,authpriv.none -/var/log/sys.log
@@ -69,7 +68,7 @@ user.* -/var/log/user.log
 # log the bootscript output:
 # log the bootscript output:
 local2.* -/var/log/boot.log
 local2.* -/var/log/boot.log
 
 
-# End /etc/syslog.conf
+# End /etc/syslog.conf</literal>
 EOF</userinput></screen>
 EOF</userinput></screen>
 
 
 </sect2>
 </sect2>
@@ -90,7 +89,7 @@ EOF</userinput></screen>
 <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>
 <indexterm zone="ch-system-sysklogd klogd"><primary sortas="b-klogd">klogd</primary></indexterm>
-<para>is a system daemon for intercepting and logging kernel messages.</para>
+<para>A system daemon for intercepting and logging kernel messages</para>
 </listitem>
 </listitem>
 </varlistentry>
 </varlistentry>
 
 
@@ -98,10 +97,10 @@ EOF</userinput></screen>
 <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>
 <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>
 </listitem>
 </listitem>
 </varlistentry>
 </varlistentry>
 </variablelist>
 </variablelist>