aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/groff-inst.xml
diff options
context:
space:
mode:
authorAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-15 21:47:44 +0000
committerAlex Gronenwoud <alex@linuxfromscratch.org>2003-09-15 21:47:44 +0000
commit1e163254645f9440f16ff2f5556c45bdd0050022 (patch)
treeaab93c3120918f7604b798923fd20ae74f3c597d /chapter06/groff-inst.xml
parent6ebafb4dbc92f6119e68e4099db570ae9428d5aa (diff)
Correcting several typos and some inconsistencies.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2819 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/groff-inst.xml')
-rw-r--r--chapter06/groff-inst.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/groff-inst.xml b/chapter06/groff-inst.xml
index b8be708bd..eb65a8cf4 100644
--- a/chapter06/groff-inst.xml
+++ b/chapter06/groff-inst.xml
@@ -3,10 +3,12 @@
<sect2>
<title>Installation of Groff</title>
-<para>Groff expects an enviornment variable PAGE to contain the default paper size.
-For those in the United States, the text below is appropriate. For those who's default
-paper size is the larger "A4", you may safely change the value used when we configure
-the Groff package:</para>
+<para>Groff expects the environment variable PAGE to contain the default paper
+size. For those in the United States, the command below is appropriate. If you
+live elsewhere, you may want to change <emphasis>PAGE=letter</emphasis> to
+<emphasis>PAGE=A4</emphasis>.</para>
+
+<para>Prepare Groff for compilation:</para>
<para><screen><userinput>PAGE=letter ./configure --prefix=/usr</userinput></screen></para>