diff options
-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 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> |