PDF fixes in chapter06, last set.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4947 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
Manuel Canales Esparcia 2005-04-13 19:43:55 +00:00
parent 57ef0361a0
commit c851a9abdf
5 changed files with 15 additions and 7 deletions

View File

@ -82,6 +82,9 @@ first a summary, then a detailed log.</para>
</itemizedlist> </itemizedlist>
</listitem> </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. <listitem><para>April 12, 2005 [manuel]: Small redaction changes.
Added tags to fix the PDF look in all chapters except chapter 06.</para></listitem> Added tags to fix the PDF look in all chapters except chapter 06.</para></listitem>

View File

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

View File

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

View File

@ -50,8 +50,9 @@ instead:</para>
<screen><userinput>make -C src install</userinput></screen> <screen><userinput>make -C src install</userinput></screen>
</sect2> <beginpage/>
</sect2>
<sect2 id="conf-sysvinit" role="configuration"><title>Configuring Sysvinit</title> <sect2 id="conf-sysvinit" role="configuration"><title>Configuring Sysvinit</title>
<indexterm zone="conf-sysvinit"> <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 necessary for people who use non-ISO 8859-1 screen fonts, but it does
not effect native English speakers.</para> not effect native English speakers.</para>
</sect2> <beginpage/>
</sect2>
<sect2 id="contents-sysvinit" role="content"><title>Contents of Sysvinit</title> <sect2 id="contents-sysvinit" role="content"><title>Contents of Sysvinit</title>

View File

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