aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/man-desc.xml
diff options
context:
space:
mode:
authorMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:59:46 +0000
committerMatthew Burgess <matthew@linuxfromscratch.org>2004-05-03 10:59:46 +0000
commit673b0d84ba9591e07c0bdf0ee49d92eba10f502c (patch)
tree129e27a1450727b440da4378e0117a468eb9c25e /appendixa/man-desc.xml
parent287ea55da70ceb1f0990554b7db921d525fef816 (diff)
* Merged newxml into HEAD
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3435 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/man-desc.xml')
-rw-r--r--appendixa/man-desc.xml22
1 files changed, 0 insertions, 22 deletions
diff --git a/appendixa/man-desc.xml b/appendixa/man-desc.xml
deleted file mode 100644
index 5a420fc50..000000000
--- a/appendixa/man-desc.xml
+++ /dev/null
@@ -1,22 +0,0 @@
-<sect2><title>Short descriptions</title>
-
-<para><command>apropos</command> searches the whatis database and displays
-the short descriptions of system commands that contain a given string.</para>
-
-<para><command>makewhatis</command> builds the whatis database. It reads
-all the manual pages in the manpath and for each page writes the name and a
-short description in the whatis database.</para>
-
-<para><command>man</command> formats and displays the requested on-line
-manual page.</para>
-
-<para><command>man2dvi</command> converts a manual page into dvi format.</para>
-
-<para><command>man2html</command> converts a manual page into html.</para>
-
-<para><command>whatis</command> searches the whatis database and displays
-the short descriptions of system commands that contain the given keyword as a
-separate word.</para>
-
-</sect2>
-