diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-28 03:52:38 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2017-12-28 03:52:38 +0000 |
commit | 0d84af1cbb0dc825db3e965d5126e5b08f878067 (patch) | |
tree | 46feb76bec2b74f6ee78baa2ea65ea70ca6a8941 /chapter06/expat.xml | |
parent | 9fde3e965f7c86afb36186ec44167192a74b0d7a (diff) |
Typos and wording changes
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11343 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/expat.xml')
-rw-r--r-- | chapter06/expat.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/expat.xml b/chapter06/expat.xml index c11a9e28f..7b71c8481 100644 --- a/chapter06/expat.xml +++ b/chapter06/expat.xml @@ -91,7 +91,7 @@ install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</user <varlistentry id="xmlwf"> <term><command>xmlwf </command></term> <listitem> - <para>is a non-validating utility to check whether or not + <para>Is a non-validating utility to check whether or not XML documents are well formed</para> <indexterm zone="ch-system-expat xmlwf"> <primary sortas="b-xmlwf">xmlwf</primary> @@ -102,7 +102,7 @@ install -v -m644 doc/*.{html,png,css} /usr/share/doc/expat-&expat-version;</user <varlistentry id="libexpat"> <term><filename class="libraryfile">libexpat</filename></term> <listitem> - <para> contains API functions for parsing XML</para> + <para>Contains API functions for parsing XML</para> <indexterm zone="ch-system-expat libexpat"> <primary sortas="c-libexpat">libexpat</primary> </indexterm> |