diff options
author | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
---|---|---|
committer | Mark Hymers <markh@linuxfromscratch.org> | 2002-02-06 23:15:46 +0000 |
commit | bdc08c1c6419be50edb433c4425481bdabf8a5ea (patch) | |
tree | b93620a39c60088e399ecfd4cfb667a62ea0ec21 /appendixa/man-desc.xml | |
parent | 76c0b783eeb766c0dec8e66dab2e6c275ba0786d (diff) |
[Bug 190] reorganise and sync descriptions
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@1549 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/man-desc.xml')
-rw-r--r-- | appendixa/man-desc.xml | 35 |
1 files changed, 21 insertions, 14 deletions
diff --git a/appendixa/man-desc.xml b/appendixa/man-desc.xml index 5461fbe51..3d9735f30 100644 --- a/appendixa/man-desc.xml +++ b/appendixa/man-desc.xml @@ -1,32 +1,39 @@ -<sect2><title>Contents</title> +<sect2><title>Contents of man-&man-contversion;</title> -<para>The Man package contains the apropos, makewhatis, man and whatis -programs.</para> +<sect3><title>Program Files</title> +<para>apropos, makewhatis, man, man2dvi, man2html and +whatis</para></sect3> -</sect2> - -<sect2><title>Description</title> +<sect3><title>Descriptions</title> -<sect3><title>apropos</title> +<sect4><title>apropos</title> <para>apropos searches a set of database files containing short descriptions of system commands for keywords and displays the result on the standard -output.</para></sect3> +output.</para></sect4> -<sect3><title>makewhatis</title> +<sect4><title>makewhatis</title> <para>makewhatis reads all the manual pages contained in given sections of manpath or the pre-formatted pages contained in the given sections of catpath. For each page, it writes a line in the whatis database; each line consists of the name of the page and a short description, separated by a dash. The description is extracted using the content of -the NAME section of the manual page.</para></sect3> +the NAME section of the manual page.</para></sect4> + +<sect4><title>man</title> +<para>man formats and displays the on-line manual pages.</para></sect4> -<sect3><title>man</title> -<para>man formats and displays the on-line manual pages.</para></sect3> +<sect4><title>man2dvi</title> +<para>man2dvi converts a manual page into dvi format.</para></sect4> -<sect3><title>whatis</title> +<sect4><title>man2html</title> +<para>man2html converts a manual page into html.</para></sect4> + +<sect4><title>whatis</title> <para>whatis searches a set of database files containing short descriptions of system commands for keywords and displays the result on the standard -output. Only complete word matches are displayed.</para></sect3> +output. Only complete word matches are displayed.</para></sect4> + +</sect3> </sect2> |