Forráskód Böngészése

PDF fixes in chapter06, last set.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4947 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 20 éve
szülő
commit
c851a9abdf
5 módosított fájl, 15 hozzáadás és 7 törlés
  1. 3 0
      chapter01/changelog.xml
  2. 2 0
      chapter06/shadow.xml
  3. 4 3
      chapter06/sysklogd.xml
  4. 4 2
      chapter06/sysvinit.xml
  5. 2 2
      general.ent

+ 3 - 0
chapter01/changelog.xml

@@ -82,6 +82,9 @@ first a summary, then a detailed log.</para>
 </itemizedlist>
 </listitem>
 
+<listitem><para>April 13, 2005 [manuel]: Spelling fixes pointed by Archiac.
+Added tags to fix the PDF look in chapter 06.</para></listitem>
+
 <listitem><para>April 12, 2005 [manuel]: Small redaction changes.
 Added tags to fix the PDF look in all chapters except chapter 06.</para></listitem>
 

+ 2 - 0
chapter06/shadow.xml

@@ -83,6 +83,8 @@ file while copying it to its destination:</para>
 
 <screen><userinput>mv /usr/bin/passwd /bin</userinput></screen>
 
+<beginpage/>
+
 <para>Move Shadow's libraries to more appropriate locations:</para>
 
 <screen><userinput>mv /lib/libshadow.*a /usr/lib

+ 4 - 3
chapter06/sysklogd.xml

@@ -71,8 +71,9 @@ local2.* -/var/log/boot.log
 # End /etc/syslog.conf</literal>
 EOF</userinput></screen>
 
-</sect2>
+<beginpage/>
 
+</sect2>
 
 <sect2 id="contents-sysklogd" role="content"><title>Contents of Sysklogd</title>
 
@@ -88,19 +89,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>

+ 4 - 2
chapter06/sysvinit.xml

@@ -50,8 +50,9 @@ instead:</para>
 
 <screen><userinput>make -C src install</userinput></screen>
 
-</sect2>
+<beginpage/>
 
+</sect2>
 
 <sect2 id="conf-sysvinit" role="configuration"><title>Configuring Sysvinit</title>
 <indexterm zone="conf-sysvinit">
@@ -102,8 +103,9 @@ program during system startup. Sending this escape sequence is
 necessary for people who use non-ISO 8859-1 screen fonts, but it does
 not effect native English speakers.</para>
 
-</sect2>
+<beginpage/>
 
+</sect2>
 
 <sect2 id="contents-sysvinit" role="content"><title>Contents of Sysvinit</title>
 

+ 2 - 2
general.ent

@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="ISO-8859-1"?>
-<!ENTITY version "TESTING-20050412">
-<!ENTITY releasedate "April 12, 2005">
+<!ENTITY version "TESTING-20050413">
+<!ENTITY releasedate "April 13, 2005">
 <!ENTITY milestone "6.1">
 
 <!ENTITY lfs-root "http://www.linuxfromscratch.org/">