diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2001-09-22 16:09:47 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2001-09-22 16:09:47 +0000 |
commit | 53ad30a63b4d5f80f713963835dee995f9546071 (patch) | |
tree | f304bfa899e693aa1f7de368f8e49ffe46477334 /appendixa/texinfo-desc.xml | |
parent | eb33fb1cad428658dafc39e87d0c57ae479def5f (diff) |
[Bug 190] Put descs in alphabetical order
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1249 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/texinfo-desc.xml')
-rw-r--r-- | appendixa/texinfo-desc.xml | 25 |
1 files changed, 5 insertions, 20 deletions
diff --git a/appendixa/texinfo-desc.xml b/appendixa/texinfo-desc.xml index 5829a4833..cdb5a16bd 100644 --- a/appendixa/texinfo-desc.xml +++ b/appendixa/texinfo-desc.xml @@ -10,44 +10,29 @@ and texindex programs</para> <title>Description</title> <sect3><title>info</title> - <para>The info program reads Info documents, usually contained in the /usr/doc/info directory. Info documents are like man(ual) pages, but they tend to be more in depth than just explaining the options to a -program.</para> - -</sect3> +program.</para></sect3> <sect3><title>install-info</title> - <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 that. It also works the other way around when info documents are -added.</para> - -</sect3> +added.</para></sect3> <sect3><title>makeinfo</title> - <para>The makeinfo program translates Texinfo source documents into various -formats. Available formats are: info files, plain text and HTML.</para> - -</sect3> +formats. Available formats are: info files, plain text and HTML.</para></sect3> <sect3><title>texi2dvi</title> - -<para>The texi2dvi program prints Texinfo documents</para> - -</sect3> +<para>The texi2dvi program prints Texinfo documents</para></sect3> <sect3><title>texindex</title> - -<para>The texindex program is used to sort Texinfo index files.</para> - -</sect3> +<para>The texindex program is used to sort Texinfo index files.</para></sect3> </sect2> |