diff options
author | Ken Moffat <ken@linuxfromscratch.org> | 2006-06-10 15:46:30 +0000 |
---|---|---|
committer | Ken Moffat <ken@linuxfromscratch.org> | 2006-06-10 15:46:30 +0000 |
commit | 8bc46a59dc8f511492abd94e10646d7d59e8e512 (patch) | |
tree | 580095dd49bad12626738301b82ee1c1076ea4b4 /chapter06/man-db.xml | |
parent | c321cf4b4b218564a506c7166cf4d295bb64dbb8 (diff) |
Add more commands to lists of what gets installed, thanks to Chris Staub.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@7646 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 100d554b8..482ae7a17 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -410,6 +410,18 @@ make install</userinput></screen> </listitem> </varlistentry> + <varlistentry id="manpath"> + <term><command>manpath</command></term> + <listitem> + <para>Displays the contents of $MANPATH or (if $MANPATH is not set) + a suitable search path based on the settings in man.conf and the + user's environment</para> + <indexterm zone="ch-system-man-db manpath"> + <primary sortas="b-manpath">manpath</primary> + </indexterm> + </listitem> + </varlistentry> + <varlistentry id="whatis"> <term><command>whatis</command></term> <listitem> |