diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-24 22:29:16 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2003-09-24 22:29:16 +0000 |
commit | 978d0bffc413b67ead9db2d2816b916cf3d502ca (patch) | |
tree | 785d8d08754099e55a26599f8d5ccce81b456cb4 /appendixa/texinfo-desc.xml | |
parent | aa497295b352d45ebe2e9d1eaa4a46c49e2cf521 (diff) |
Changing the style of the command descriptions in appendix A.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2879 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/texinfo-desc.xml')
-rw-r--r-- | appendixa/texinfo-desc.xml | 45 |
1 files changed, 17 insertions, 28 deletions
diff --git a/appendixa/texinfo-desc.xml b/appendixa/texinfo-desc.xml index 12fb4177a..482cfe01d 100644 --- a/appendixa/texinfo-desc.xml +++ b/appendixa/texinfo-desc.xml @@ -6,34 +6,23 @@ <sect3><title>Program file descriptions</title> -<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 go deeper than just explaining the options to a -program.</para></sect4> - -<sect4><title>infokey</title> -<para>infokey compiles a source file containing Info customizations into -a binary format.</para></sect4> - -<sect4><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, 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> - -<sect4><title>texi2dvi</title> -<para>The texi2dvi program prints Texinfo documents.</para></sect4> - -<sect4><title>texindex</title> -<para>The texindex program is used to sort Texinfo index files.</para></sect4> +<para><command>info</command> is used to read Info documents. Info +documents are a bit like man pages, but often go much deeper than just +explaining all the flags. Compare for example man tar and info tar.</para> + +<para><command>infokey</command> compiles a source file containing Info +customizations into a binary format.</para> + +<para><command>install-info</command> is used to install Info files. It +updates entries in the Info index file.</para> + +<para><command>makeinfo</command> translates the given Texinfo source +documents into various other formats: Info files, plain text, or HTML.</para> + +<para><command>texi2dvi</command> is used to format the given Texinfo +document into a device-independent file that can be printed.</para> + +<para><command>texindex</command> is used to sort Texinfo index files.</para> </sect3> |