diff options
author | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:49:10 +0000 |
---|---|---|
committer | Alex Gronenwoud <alex@linuxfromscratch.org> | 2004-02-01 21:49:10 +0000 |
commit | 90e3cb3f0e14cadecc0edf2b6de96ee432bc60de (patch) | |
tree | abdbfa8e4dbf97a986c0469999b15df80cceadfe /chapter06/man.xml | |
parent | c288d971d11a78cde87a5f4c0583ab9a43fbfeba (diff) |
Replacing several <userinput> tags by <command>.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3203 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man.xml')
-rw-r--r-- | chapter06/man.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/chapter06/man.xml b/chapter06/man.xml index 2594c8936..d308a1263 100644 --- a/chapter06/man.xml +++ b/chapter06/man.xml @@ -31,7 +31,7 @@ properly handled by Less:</para> <para>The third is also a sed substitution to comment out the "MANPATH /usr/man" line in the <filename>man.conf</filename> file to prevent redundant -results when using programs such as <userinput>whatis</userinput>:</para> +results when using programs such as <command>whatis</command>:</para> <screen><userinput>sed -i 's%MANPATH./usr/man%#&%' src/man.conf.in</userinput></screen> @@ -50,7 +50,7 @@ FHS by putting cat pages under /var/cache/man provided that that directory exists.</para></listitem> <listitem><para><userinput>-confdir=/etc</userinput>: This tells the -<userinput>man</userinput> program to look for the <filename>man.conf</filename> +<command>man</command> program to look for the <filename>man.conf</filename> configuration file in the <filename>/etc</filename> directory.</para></listitem> </itemizedlist> @@ -62,9 +62,9 @@ configuration file in the <filename>/etc</filename> directory.</para></listitem> <screen><userinput>make install</userinput></screen> -<note><para>If you wish to disable SGR escape sequences, you should -edit the man.conf file and add the <userinput>-c</userinput> argument -to nroff.</para></note> +<note><para>If you wish to disable SGR escape sequences, you should edit the +<filename>man.conf</filename> file and add the <emphasis>-c</emphasis> switch +to NROFF.</para></note> <para>You may want to also take a look at the BLFS page at <ulink url="&blfs-root;view/cvs/postlfs/compressdoc.html"/> which deals with |