Explorar el Código

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 hace 19 años
padre
commit
8de809769a
Se han modificado 2 ficheros con 10 adiciones y 7 borrados
  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
     to check the Glibc we have just installed with the following:</para>
 
+    <beginpage/>
+
 <screen><userinput>sed -i \
 's|libs -o|libs -L/usr/lib -Wl,-dynamic-linker=/lib/ld-linux.so.2 -o|' \
         scripts/test-installation.pl</userinput></screen>
 
-    <beginpage/>
-
     <para>The Glibc documentation recommends building Glibc outside of the source
     directory in a dedicated build directory:</para>
 
@@ -164,6 +164,8 @@ grep Error glibc-check-log</userinput></screen>
       </listitem>
     </itemizedlist>
 
+    <beginpage/>
+
     <para>Though it is a harmless message, the install stage of Glibc will
     complain about the absence of <filename>/etc/ld.so.conf</filename>.
     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
     running localedef, the results are equivalent -->
 
+    <beginpage/>
+
   </sect2>
 
   <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
     also needs to be configured.</para>
 
-    <beginpage/>
-
     <para>Create a new file <filename>/etc/nsswitch.conf</filename> by running the
     following:</para>
 
@@ -306,6 +308,8 @@ EOF</userinput></screen>
 
     </variablelist>
 
+    <beginpage/>
+
   </sect2>
 
   <sect2 id="conf-ld" role="configuration">
@@ -329,8 +333,6 @@ EOF</userinput></screen>
     class="directory">/opt/lib</filename>, so add those directories to the
     dynamic loader's search path.</para>
 
-    <beginpage/>
-
     <para>Create a new file <filename>/etc/ld.so.conf</filename> by running the
     following:</para>
 
@@ -526,7 +528,6 @@ EOF</userinput></screen>
           <indexterm zone="ch-system-glibc pcprofiledump">
             <primary sortas="b-pcprofiledump">pcprofiledump</primary>
           </indexterm>
-          <beginpage/>
         </listitem>
       </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/scsi_id extras/usb_id extras/volume_id" install</userinput></screen>
 
+    <beginpage/>
+
     <variablelist>
       <title>The meaning of the make parameter:</title>