diff options
author | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 15:57:51 +0000 |
---|---|---|
committer | Matthew Burgess <matthew@linuxfromscratch.org> | 2004-09-28 15:57:51 +0000 |
commit | 9c9cfbff4999393d6b9b1a6909a0edb92c0cdbdd (patch) | |
tree | 53681b464841d0c82647bead4592787c1aa57081 | |
parent | 791f27e4306df5f200df7042670941ab47310ca9 (diff) |
Fix bug 906
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/testing/BOOK@4230 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter01/changelog.xml | 3 | ||||
-rw-r--r-- | chapter06/groff.xml | 2 |
2 files changed, 4 insertions, 1 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml index c92c0b94a..20cbc7263 100644 --- a/chapter01/changelog.xml +++ b/chapter01/changelog.xml @@ -87,6 +87,9 @@ first a summary, then a detailed log.</para> </itemizedlist> </listitem> +<listitem><para>September 28th, 2004 [matt]: Remove potential confusion caused +by incorrect text in replaceable tags (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 a3003c321..a55693a73 100644 --- a/chapter06/groff.xml +++ b/chapter06/groff.xml @@ -36,7 +36,7 @@ command below is appropriate. Elsewhere, the <para>Prepare Groff for compilation:</para> -<screen><userinput>PAGE=<replaceable>[letter]</replaceable> ./configure --prefix=/usr</userinput></screen> +<screen><userinput>PAGE=<replaceable>[paper_size]</replaceable> ./configure --prefix=/usr</userinput></screen> <para>Compile the package:</para> |