diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 15:26:52 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-02-15 15:26:52 +0000 |
commit | b08f4096533577934b885fa9df41d3881d141612 (patch) | |
tree | 8e5ffc0ba65ac34d97cd6a896d33b85a897a6da8 /appendixa/man-desc.xml | |
parent | ad08014624938a3a3bfd1b44e8b27d02c7b06dd8 (diff) |
Initial XML commit
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@174 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/man-desc.xml')
-rw-r--r-- | appendixa/man-desc.xml | 54 |
1 files changed, 54 insertions, 0 deletions
diff --git a/appendixa/man-desc.xml b/appendixa/man-desc.xml new file mode 100644 index 000000000..b79360bf7 --- /dev/null +++ b/appendixa/man-desc.xml @@ -0,0 +1,54 @@ +<sect2><title>Contents</title> + +<para> +The Man package contains the man, apropos whatis and makewhatis +programs. +</para> + +</sect2> + +<sect2><title>Description</title> + +<sect3><title>man</title> + +<para> +man formats and displays the on-line manual pages. +</para> + +</sect3> + +<sect3><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> + +<sect3><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> + +<sect3><title>makewhatis</title> + +<para> +makewhatis reads all the manual pages contained in given sections of +manpath or the preformatted 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> + +</sect2> + |