aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
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 /chapter06
parent9966f76e88071efdac829c157f6312842e3f58cb (diff)
Fix bug 906
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4231 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/groff.xml2
1 files changed, 1 insertions, 1 deletions
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>