浏览代码

PDF fix to match latter text changes.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.2/BOOK@7743 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Manuel Canales Esparcia 19 年之前
父节点
当前提交
8de809769a
共有 2 个文件被更改,包括 10 次插入7 次删除
  1. 8 7
      chapter06/glibc.xml
  2. 2 0
      chapter06/udev.xml

+ 8 - 7
chapter06/glibc.xml

@@ -88,12 +88,12 @@
     test would be carried out against the wrong Glibc. We can force the script
     test would be carried out against the wrong Glibc. We can force the script
     to check the Glibc we have just installed with the following:</para>
     to check the Glibc we have just installed with the following:</para>
 
 
+    <beginpage/>
+
 <screen><userinput>sed -i \
 <screen><userinput>sed -i \
 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \
 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \
         scripts/test-installation.pl</userinput></screen>
         scripts/test-installation.pl</userinput></screen>
 
 
-    <beginpage/>
-
     <para>The Glibc documentation recommends building Glibc outside of the source
     <para>The Glibc documentation recommends building Glibc outside of the source
     directory in a dedicated build directory:</para>
     directory in a dedicated build directory:</para>
 
 
@@ -164,6 +164,8 @@ grep Error glibc-check-log</userinput></screen>
       </listitem>
       </listitem>
     </itemizedlist>
     </itemizedlist>
 
 
+    <beginpage/>
+
     <para>Though it is a harmless message, the install stage of Glibc will
     <para>Though it is a harmless message, the install stage of Glibc will
     complain about the absence of <filename>/etc/ld.so.conf</filename>.
     complain about the absence of <filename>/etc/ld.so.conf</filename>.
     Prevent this warning with:</para>
     Prevent this warning with:</para>
@@ -227,6 +229,8 @@ localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen>
     <!-- The Live CD patches the localedata/SUPPORTED file instead of
     <!-- The Live CD patches the localedata/SUPPORTED file instead of
     running localedef, the results are equivalent -->
     running localedef, the results are equivalent -->
 
 
+    <beginpage/>
+
   </sect2>
   </sect2>
 
 
   <sect2 id="conf-glibc" role="configuration">
   <sect2 id="conf-glibc" role="configuration">
@@ -245,8 +249,6 @@ localedef -i ja_JP -f EUC-JP ja_JP</userinput></screen>
     the Glibc defaults do not work well in a networked environment. The time zone
     the Glibc defaults do not work well in a networked environment. The time zone
     also needs to be configured.</para>
     also needs to be configured.</para>
 
 
-    <beginpage/>
-
     <para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the
     <para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the
     following:</para>
     following:</para>
 
 
@@ -306,6 +308,8 @@ EOF</userinput></screen>
 
 
     </variablelist>
     </variablelist>
 
 
+    <beginpage/>
+
   </sect2>
   </sect2>
 
 
   <sect2 id="conf-ld" role="configuration">
   <sect2 id="conf-ld" role="configuration">
@@ -329,8 +333,6 @@ EOF</userinput></screen>
     class="directory">/opt/lib</filename>, so add those directories to the
     class="directory">/opt/lib</filename>, so add those directories to the
     dynamic loader's search path.</para>
     dynamic loader's search path.</para>
 
 
-    <beginpage/>
-
     <para>Create a new file <filename>/etc/ld.so.conf</filename> by running the
     <para>Create a new file <filename>/etc/ld.so.conf</filename> by running the
     following:</para>
     following:</para>
 
 
@@ -526,7 +528,6 @@ EOF</userinput></screen>
           <indexterm zone="ch-system-glibc pcprofiledump">
           <indexterm zone="ch-system-glibc pcprofiledump">
             <primary sortas="b-pcprofiledump">pcprofiledump</primary>
             <primary sortas="b-pcprofiledump">pcprofiledump</primary>
           </indexterm>
           </indexterm>
-          <beginpage/>
         </listitem>
         </listitem>
       </varlistentry>
       </varlistentry>
 
 

+ 2 - 0
chapter06/udev.xml

@@ -83,6 +83,8 @@ ln -sv /proc/kcore /lib/udev/devices/core</userinput></screen>
             extras/firmware extras/floppy extras/path_id \
             extras/firmware extras/floppy extras/path_id \
             extras/scsi_id extras/usb_id extras/volume_id" install</userinput></screen>
             extras/scsi_id extras/usb_id extras/volume_id" install</userinput></screen>
 
 
+    <beginpage/>
+
     <variablelist>
     <variablelist>
       <title>The meaning of the make parameter:</title>
       <title>The meaning of the make parameter:</title>