Author: manuel Date: 2005-07-07 13:14:48 -0600 (Thu, 07 Jul 2005) New Revision: 6432
Modified: branches/6.1/BOOK/appendixb/acknowledgments.xml branches/6.1/BOOK/chapter01/administrativa.xml branches/6.1/BOOK/chapter03/patches.xml branches/6.1/BOOK/chapter05/expect.xml branches/6.1/BOOK/chapter05/gcc-pass2.xml branches/6.1/BOOK/chapter05/glibc.xml branches/6.1/BOOK/chapter06/devices.xml branches/6.1/BOOK/chapter06/gcc.xml branches/6.1/BOOK/chapter06/glibc.xml branches/6.1/BOOK/chapter06/man.xml branches/6.1/BOOK/chapter06/shadow.xml branches/6.1/BOOK/chapter08/kernel.xml Log: Fixing beginpage tags. Fisrt round. Modified: branches/6.1/BOOK/appendixb/acknowledgments.xml =================================================================== --- branches/6.1/BOOK/appendixb/acknowledgments.xml 2005-07-07 18:22:51 UTC (rev 6431) +++ branches/6.1/BOOK/appendixb/acknowledgments.xml 2005-07-07 19:14:48 UTC (rev 6432) @@ -222,7 +222,7 @@ <listitem><para><ulink url="mailto:[EMAIL PROTECTED]">Stuart Harris</ulink> <[EMAIL PROTECTED]> – -lfs.mirror.intermedia.com.sg mirror</para></listitem> +lfs.mirror.intermedia.com.sg mirror</para><beginpage/></listitem> </itemizedlist> Modified: branches/6.1/BOOK/chapter01/administrativa.xml =================================================================== --- branches/6.1/BOOK/chapter01/administrativa.xml 2005-07-07 18:22:51 UTC (rev 6431) +++ branches/6.1/BOOK/chapter01/administrativa.xml 2005-07-07 19:14:48 UTC (rev 6432) @@ -68,7 +68,6 @@ accessing the website and downloading the required packages more convenient. Please visit the LFS website at <ulink url="&lfs-root;"/> for a list of current mirrors.</para> -<beginpage/> </sect2> <sect2 id="ch-scatter-contactinfo"> Modified: branches/6.1/BOOK/chapter03/patches.xml =================================================================== --- branches/6.1/BOOK/chapter03/patches.xml 2005-07-07 18:22:51 UTC (rev 6431) +++ branches/6.1/BOOK/chapter03/patches.xml 2005-07-07 19:14:48 UTC (rev 6432) @@ -123,6 +123,7 @@ <term>Perl Libc Patch - 1 KB:</term> <listitem> <para><ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/></para> +<beginpage/> </listitem> </varlistentry> Modified: branches/6.1/BOOK/chapter05/expect.xml =================================================================== --- branches/6.1/BOOK/chapter05/expect.xml 2005-07-07 18:22:51 UTC (rev 6431) +++ branches/6.1/BOOK/chapter05/expect.xml 2005-07-07 19:14:48 UTC (rev 6432) @@ -96,8 +96,6 @@ <para>The source directories of both Tcl and Expect can now be removed.</para> -<beginpage/> - </sect2> <sect2 id="contents-expect" role="content"><title>Contents of Expect</title> Modified: branches/6.1/BOOK/chapter05/gcc-pass2.xml =================================================================== --- branches/6.1/BOOK/chapter05/gcc-pass2.xml 2005-07-07 18:22:51 UTC (rev 6431) +++ branches/6.1/BOOK/chapter05/gcc-pass2.xml 2005-07-07 19:14:48 UTC (rev 6432) @@ -83,6 +83,8 @@ binaries created during the build will link against the new Glibc.</para> +<beginpage/> + <important><para>The above patches are critical in ensuring a successful overall build. Do not forget to apply them.</para></important> @@ -158,8 +160,6 @@ built from the exact same version of the GCC sources used earlier.</para> -<beginpage/> - <para>Compilation is now complete. As previously mentioned, running the test suites for the temporary tools compiled in this chapter is not mandatory. To run the GCC test suite anyway, use the following Modified: branches/6.1/BOOK/chapter05/glibc.xml =================================================================== --- branches/6.1/BOOK/chapter05/glibc.xml 2005-07-07 18:22:51 UTC (rev 6431) +++ branches/6.1/BOOK/chapter05/glibc.xml 2005-07-07 19:14:48 UTC (rev 6432) @@ -77,14 +77,14 @@ <varlistentry> <term><parameter>--enable-kernel=2.6.0</parameter></term> <listitem><para>This tells Glibc to compile the library with support -for 2.6.x Linux kernels.</para></listitem> +for 2.6.x Linux kernels.</para><beginpage/></listitem> </varlistentry> <varlistentry> <term><parameter>--with-binutils=/tools/bin</parameter></term> <listitem><para>While not required, this switch ensures that there are no errors pertaining to which Binutils programs get used during the -Glibc build.</para><beginpage/></listitem> +Glibc build.</para></listitem> </varlistentry> <varlistentry> Modified: branches/6.1/BOOK/chapter06/devices.xml =================================================================== --- branches/6.1/BOOK/chapter06/devices.xml 2005-07-07 18:22:51 UTC (rev 6431) +++ branches/6.1/BOOK/chapter06/devices.xml 2005-07-07 19:14:48 UTC (rev 6432) @@ -48,7 +48,6 @@ mknod -m 444 /dev/random c 1 8 mknod -m 444 /dev/urandom c 1 9 chown root:tty /dev/{console,ptmx,tty}</userinput></screen> -<!-- --> <para>There are some symlinks and directories required by LFS that are created during system startup by the LFS-Bootscripts package. Since this is a chroot @@ -69,6 +68,8 @@ <screen><userinput>mount -t devpts -o gid=4,mode=620 none /dev/pts mount -t tmpfs none /dev/shm</userinput></screen> +<beginpage/> + <para>The <command>mount</command> commands executed above may result in the following warning message:</para> Modified: branches/6.1/BOOK/chapter06/gcc.xml =================================================================== --- branches/6.1/BOOK/chapter06/gcc.xml 2005-07-07 18:22:51 UTC (rev 6431) +++ branches/6.1/BOOK/chapter06/gcc.xml 2005-07-07 19:14:48 UTC (rev 6432) @@ -168,7 +168,7 @@ <listitem> <para>A shell script used to help create useful bug reports</para> <indexterm zone="ch-system-gcc gccbug"><primary sortas="b-gccbug">gccbug</primary></indexterm> -<beginpage/></listitem> +</listitem> </varlistentry> <varlistentry id="gcov"> Modified: branches/6.1/BOOK/chapter06/glibc.xml =================================================================== --- branches/6.1/BOOK/chapter06/glibc.xml 2005-07-07 18:22:51 UTC (rev 6431) +++ branches/6.1/BOOK/chapter06/glibc.xml 2005-07-07 19:14:48 UTC (rev 6432) @@ -134,8 +134,6 @@ <screen><userinput>make localedata/install-locales</userinput></screen> -<beginpage/> - <para>To save time, an alternative to running the previous command (which generates and installs every locale Glibc is aware of) is to install only those locales that are wanted and needed. @@ -186,8 +184,6 @@ <screen><userinput>make -C ../glibc-&glibc-version;/linuxthreads/man install</userinput></screen> -<beginpage/> - </sect2> <sect2 id="conf-glibc" role="configuration"><title>Configuring Glibc</title> @@ -250,8 +246,6 @@ </varlistentry> </variablelist> -<beginpage/> - </sect2> <sect2 id="conf-ld" role="configuration"> Modified: branches/6.1/BOOK/chapter06/man.xml =================================================================== --- branches/6.1/BOOK/chapter06/man.xml 2005-07-07 18:22:51 UTC (rev 6431) +++ branches/6.1/BOOK/chapter06/man.xml 2005-07-07 19:14:48 UTC (rev 6432) @@ -74,14 +74,14 @@ to selectively add the <envar>GROFF_NO_SGR</envar> environment variable for the terminals that do not support SGR.</para></note> +<beginpage/> + <para>If the character set of the locale uses 8-bit characters, search for the line beginning with <quote>NROFF</quote> in <filename>/etc/man.conf</filename>, and verify that it matches the following:</para> <screen>NROFF /usr/bin/nroff -Tlatin1 -mandoc</screen> -<beginpage/> - <para>Note that <quote>latin1</quote> should be used even if it is not the character set of the locale. The reason is that, according to the specification, <command>groff</command> has no means of typesetting Modified: branches/6.1/BOOK/chapter06/shadow.xml =================================================================== --- branches/6.1/BOOK/chapter06/shadow.xml 2005-07-07 18:22:51 UTC (rev 6431) +++ branches/6.1/BOOK/chapter06/shadow.xml 2005-07-07 19:14:48 UTC (rev 6432) @@ -76,8 +76,6 @@ <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 Modified: branches/6.1/BOOK/chapter08/kernel.xml =================================================================== --- branches/6.1/BOOK/chapter08/kernel.xml 2005-07-07 18:22:51 UTC (rev 6431) +++ branches/6.1/BOOK/chapter08/kernel.xml 2005-07-07 19:14:48 UTC (rev 6432) @@ -131,8 +131,6 @@ <screen><userinput>cp System.map /boot/System.map-&linux-version;</userinput></screen> -<beginpage/> - <para>The kernel configuration file <filename>.config</filename> produced by the <command>make menuconfig</command> step above contains all the configuration selections for the kernel -- http://linuxfromscratch.org/mailman/listinfo/lfs-book FAQ: http://www.linuxfromscratch.org/lfs/faq.html Unsubscribe: See the above information page
