aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-07-07 19:14:48 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-07-07 19:14:48 +0000
commit875141e0da8f060d7011bc052493a9d869278805 (patch)
tree35820c7271c4a78c2990e88e11b4c5f0ddd59098
parent0988f83f60dbcb7b1114b288660bf6eae04b6242 (diff)
Fixing beginpage tags. Fisrt round.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@6432 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--appendixb/acknowledgments.xml2
-rw-r--r--chapter01/administrativa.xml1
-rw-r--r--chapter03/patches.xml1
-rw-r--r--chapter05/expect.xml2
-rw-r--r--chapter05/gcc-pass2.xml4
-rw-r--r--chapter05/glibc.xml4
-rw-r--r--chapter06/devices.xml3
-rw-r--r--chapter06/gcc.xml2
-rw-r--r--chapter06/glibc.xml6
-rw-r--r--chapter06/man.xml4
-rw-r--r--chapter06/shadow.xml2
-rw-r--r--chapter08/kernel.xml2
12 files changed, 11 insertions, 22 deletions
diff --git a/appendixb/acknowledgments.xml b/appendixb/acknowledgments.xml
index 6bef4c4be..a25719bd6 100644
--- a/appendixb/acknowledgments.xml
+++ b/appendixb/acknowledgments.xml
@@ -222,7 +222,7 @@ mirror</para></listitem>
<listitem><para><ulink url="mailto:stuart@althalus.me.uk">Stuart
Harris</ulink> &lt;stuart@althalus.me.uk&gt; &ndash;
-lfs.mirror.intermedia.com.sg mirror</para></listitem>
+lfs.mirror.intermedia.com.sg mirror</para><beginpage/></listitem>
</itemizedlist>
diff --git a/chapter01/administrativa.xml b/chapter01/administrativa.xml
index 82f90d2bf..261beb214 100644
--- a/chapter01/administrativa.xml
+++ b/chapter01/administrativa.xml
@@ -68,7 +68,6 @@ url="http://www.linuxfromscratch.org/~matthew/LFS-references.html"/>.</para>
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">
diff --git a/chapter03/patches.xml b/chapter03/patches.xml
index d7c068102..655477307 100644
--- a/chapter03/patches.xml
+++ b/chapter03/patches.xml
@@ -123,6 +123,7 @@ needed to build an LFS system:</para>
<term>Perl Libc Patch - 1 KB:</term>
<listitem>
<para><ulink url="&patches-root;perl-&perl-version;-libc-1.patch"/></para>
+<beginpage/>
</listitem>
</varlistentry>
diff --git a/chapter05/expect.xml b/chapter05/expect.xml
index c24e55dcf..da345c11e 100644
--- a/chapter05/expect.xml
+++ b/chapter05/expect.xml
@@ -96,8 +96,6 @@ scripts, which are not needed.</para></listitem>
<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>
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml
index 89f7f4227..7c0b2e5b6 100644
--- a/chapter05/gcc-pass2.xml
+++ b/chapter05/gcc-pass2.xml
@@ -83,6 +83,8 @@ actual build of GCC. That is, all of the final (and temporary)
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 @@ target now because the compiler being used to compile this GCC was
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
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml
index d75e45d88..5740a676f 100644
--- a/chapter05/glibc.xml
+++ b/chapter05/glibc.xml
@@ -77,14 +77,14 @@ library.</para></listitem>
<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>
diff --git a/chapter06/devices.xml b/chapter06/devices.xml
index 22bb3bdb7..015948c38 100644
--- a/chapter06/devices.xml
+++ b/chapter06/devices.xml
@@ -48,7 +48,6 @@ mknod -m 666 /dev/tty c 5 0
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 @@ newly-created directories:</para>
<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>
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index ddd5479ae..99d032fd8 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -168,7 +168,7 @@ gcov</seg>
<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">
diff --git a/chapter06/glibc.xml b/chapter06/glibc.xml
index 9df4bbfef..87df36dda 100644
--- a/chapter06/glibc.xml
+++ b/chapter06/glibc.xml
@@ -134,8 +134,6 @@ with:</para>
<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 @@ on the threading API (applicable to NPTL as well):</para>
<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 @@ mode.</para></listitem>
</varlistentry>
</variablelist>
-<beginpage/>
-
</sect2>
<sect2 id="conf-ld" role="configuration">
diff --git a/chapter06/man.xml b/chapter06/man.xml
index 72bb784b3..737c0aeb9 100644
--- a/chapter06/man.xml
+++ b/chapter06/man.xml
@@ -74,14 +74,14 @@ variable. If you use multiple terminal types for one computer it may be better
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
diff --git a/chapter06/shadow.xml b/chapter06/shadow.xml
index a6b116c08..e06674759 100644
--- a/chapter06/shadow.xml
+++ b/chapter06/shadow.xml
@@ -76,8 +76,6 @@ 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
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 11cb5ba9d..e8abf06d9 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -131,8 +131,6 @@ kernel. Issue the following command to install the map file:</para>
<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