aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-09-28 16:01:07 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-09-28 16:01:07 +0000
commitba7d4fd61352c5dfb2f5ad06edb7f7d255549268 (patch)
treee14c1f80b324e2f941abe1cf6f1997828df30e90
parent9966f76e88071efdac829c157f6312842e3f58cb (diff)
Fix bug 906
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4231 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/groff.xml2
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index c2d3166a0..f60bd2c36 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -92,6 +92,9 @@ first a summary, then a detailed log.</para>
</itemizedlist>
</listitem>
+<listitem><para>September 28th, 2004 [matt]: Sync with testing branch with
+regard to bug 906 (Igor Zivkovic).</para></listitem>
+
<listitem><para>September 28th, 2004 [matt]: Small typo correction (Igor
Zivkovic).</para></listitem>
diff --git a/chapter06/groff.xml b/chapter06/groff.xml
index 46185fe39..3f921d651 100644
--- a/chapter06/groff.xml
+++ b/chapter06/groff.xml
@@ -35,7 +35,7 @@ live elsewhere, you may want to change <emphasis>PAGE=letter</emphasis> to
<para>Prepare Groff for compilation:</para>
-<screen><userinput>PAGE=letter ./configure --prefix=/usr</userinput></screen>
+<screen><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr</userinput></screen>
<para>Compile the package:</para>