aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man.xml
diff options
context:
space:
mode:
authorGreg Schafer <greg@linuxfromscratch.org>2003-11-21 03:44:44 +0000
committerGreg Schafer <greg@linuxfromscratch.org>2003-11-21 03:44:44 +0000
commitd081b3ef19862a0d47188a23651cb32483a6796b (patch)
treebb6bcd343e8c456c31a3b7670a75d507b4a570cc /chapter06/man.xml
parent37dcf2af375d91d1095e54403db6b77ea523ba4e (diff)
Fix entity from last commit.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@3118 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man.xml')
-rw-r--r--chapter06/man.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/man.xml b/chapter06/man.xml
index 96fd3c77e..05856c34c 100644
--- a/chapter06/man.xml
+++ b/chapter06/man.xml
@@ -31,7 +31,7 @@ properly handled by Less:</para>
/usr/man" line in the <filename>man.conf</filename> file to prevent redundant
results when using programs such as <userinput>whatis</userinput>:</para>
-<screen><userinput>sed -i 's%MANPATH./usr/man%#&%' src/man.conf.in</userinput></screen>
+<screen><userinput>sed -i 's%MANPATH./usr/man%#&amp;%' src/man.conf.in</userinput></screen>
<para>Now prepare Man for compilation:</para>