aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man.xml
diff options
context:
space:
mode:
authorManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-04-11 19:12:43 +0000
committerManuel Canales Esparcia <manuel@linuxfromscratch.org>2005-04-11 19:12:43 +0000
commita50efbf1fde241bcb0e5a99dac9e8e49261236d1 (patch)
tree6b7e3ed26ef9cbfa690fabb99e5313a776738b6f /chapter06/man.xml
parentf2027ffa60b470722fe795ff984984fb2750abcd (diff)
Ported r4903 from trunk: Tags corrections.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/6.1/BOOK@4904 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man.xml')
-rw-r--r--chapter06/man.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter06/man.xml b/chapter06/man.xml
index bc0404e9e..b6c9a312d 100644
--- a/chapter06/man.xml
+++ b/chapter06/man.xml
@@ -30,13 +30,13 @@ Glibc, Grep, Make, and Sed</seg></seglistitem>
<para>Two adjustments need to be made to the sources of Man.</para>
-<para>The first is a sed substitution to add the
+<para>The first is a <command>sed</command> substitution to add the
<parameter>-R</parameter> switch to the <envar>PAGER</envar>
variable so that escape sequences are properly handled by Less:</para>
<screen><userinput>sed -i 's@-is@&amp;R@g' configure</userinput></screen>
-<para>The second is also a sed substitution to comment out the
+<para>The second is also a <command>sed</command> substitution to comment out the
<quote>MANPATH /usr/man</quote> line in the
<filename>man.conf</filename> file to prevent redundant results when
using programs such as <command>whatis</command>:</para>