diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-04-14 16:12:46 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2018-04-14 16:12:46 +0000 |
commit | 03e6064c94d19f1a61efe889031376aba48d9389 (patch) | |
tree | 3101f94dc396afcde8aae2c8ceec0c3aee784d83 /chapter06 | |
parent | 597019bb2685f3de8f11270f2dfa5b6bc7fad1e2 (diff) |
Typos and minor corrections
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11401 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/attr.xml | 2 | ||||
-rw-r--r-- | chapter06/expat.xml | 7 | ||||
-rw-r--r-- | chapter06/flex.xml | 4 |
3 files changed, 7 insertions, 6 deletions
diff --git a/chapter06/attr.xml b/chapter06/attr.xml index 1497ebfdb..f81df844c 100644 --- a/chapter06/attr.xml +++ b/chapter06/attr.xml @@ -143,7 +143,7 @@ ln -sfv ../../lib/$(readlink /usr/lib/libattr.so) /usr/lib/libattr.so</userinput <varlistentry id="libattr"> <term><filename class="libraryfile">libattr</filename></term> <listitem> - <para>Contains the libbrary functions for manipulating extended attributes</para> + <para>Contains the library functions for manipulating extended attributes</para> <indexterm zone="ch-system-attr libattr"> <primary sortas="c-libattr">libattr</primary> </indexterm> diff --git a/chapter06/expat.xml b/chapter06/expat.xml index 7b71c8481..e8450e674 100644 --- a/chapter06/expat.xml +++ b/chapter06/expat.xml @@ -47,7 +47,9 @@ <para>Prepare Expat for compilation:</para> -<screen><userinput remap="configure">./configure --prefix=/usr --disable-static</userinput></screen> +<screen><userinput remap="configure">./configure --prefix=/usr \ + --disable-static \ + --docdir=/usr/share/doc/expat-&expat-version;</userinput></screen> <para>Compile the package:</para> @@ -63,8 +65,7 @@ <para>If desired, install the documentation:</para> -<screen><userinput remap="install">install -v -dm755 /usr/share/doc/expat-&expat-version; -install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen> +<screen><userinput remap="install">install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</userinput></screen> </sect2> diff --git a/chapter06/flex.xml b/chapter06/flex.xml index 4055d4857..2e12dabac 100644 --- a/chapter06/flex.xml +++ b/chapter06/flex.xml @@ -85,7 +85,7 @@ <seglistitem> <seg>flex, flex++ (link to flex), and lex (link to flex)</seg> - <seg>libfl.so and libfl_pic.so</seg> + <seg>libfl.so</seg> <seg>/usr/share/doc/flex-&flex-version;</seg> </seglistitem> </segmentedlist> @@ -121,7 +121,7 @@ <varlistentry id="lex"> <term><command>lex</command></term> <listitem> - <para>A script that runs <command>flex</command> in + <para>A symbolic link that runs <command>flex</command> in <command>lex</command> emulation mode</para> <indexterm zone="ch-system-flex lex"> <primary sortas="b-lex">lex</primary> |