diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-11 05:55:06 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2020-06-11 05:55:06 +0000 |
commit | aefc8221f5cc504a8bc7a6354fda23ca7f78de79 (patch) | |
tree | c0cec08cce56091a37d890b99d3c388f14e76f38 /chapter07/bison.xml | |
parent | 387a32af4bff50363c15788cf25f10ed26cfabd3 (diff) |
Updates to the rest of cross2 Chapter 7.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11919 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter07/bison.xml')
-rw-r--r-- | chapter07/bison.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter07/bison.xml b/chapter07/bison.xml index afe84a403..4e794eb44 100644 --- a/chapter07/bison.xml +++ b/chapter07/bison.xml @@ -45,7 +45,7 @@ <para>Prepare Bison for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr \ +<screen><userinput remap="configure">./configure --prefix=/usr \ --docdir=/usr/share/doc/bison-&bison-version;</userinput></screen> <variablelist> @@ -55,7 +55,7 @@ <term><parameter>--docdir=/usr/share/doc/bison-&bison-version;</parameter></term> <listitem> <para>This tells the build system to install bison documentation - into a versioned directory.</para> + into a versioned directory.</para> </listitem> </varlistentry> |