diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-28 21:08:29 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2002-09-28 21:08:29 +0000 |
commit | 2c094d60db777dce20fd4eccf4996299c2a0dfe0 (patch) | |
tree | 6059aa8ca1a67a6e974f8802b9af66a7330272a4 /appendixa/texinfo-desc.xml | |
parent | f5cc1c171ba0c9aece1fe1046ce4dbaed8850e9f (diff) |
Applied Bill Maltby's grammar patch. Changed $LFS to LFS where appropriate. Internal XML cleanup: removed double spacing where appropriate.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2138 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/texinfo-desc.xml')
-rw-r--r-- | appendixa/texinfo-desc.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/appendixa/texinfo-desc.xml b/appendixa/texinfo-desc.xml index 76ae79f04..a36351fcf 100644 --- a/appendixa/texinfo-desc.xml +++ b/appendixa/texinfo-desc.xml @@ -11,7 +11,7 @@ texindex</para></sect3> <sect4><title>info</title> <para>The info program reads Info documents, usually contained in the /usr/share/info directory. Info documents are like man(ual) pages, but -they tend to be more in depth than just explaining the options to a +they tend to go deeper than just explaining the options to a program.</para></sect4> <sect4><title>infokey</title> @@ -22,14 +22,14 @@ a binary format.</para></sect4> <para>The install-info program updates the info entries. When the info program is run, a list with available topics (ie: available info documents) will be presented. The install-info program is used to maintain this list of -available topics. If info files are removed manually, it is also necessary -to delete the topic in the index file as well. This program is used for +available topics. If info files are removed manually, you must also delete +the topic in the index file. This program is used for that. It also works the other way around when info documents are added.</para></sect4> <sect4><title>makeinfo</title> <para>The makeinfo program translates Texinfo source documents into various -formats. Available formats are: info files, plain text and HTML.</para></sect4> +formats. Available formats are: info files, plain text and HTML.</para></sect4> <sect4><title>texi2dvi</title> <para>The texi2dvi program prints Texinfo documents.</para></sect4> |