aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man-inst.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2002-09-13 19:31:55 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2002-09-13 19:31:55 +0000
commit0b74af37ec6c08b3def2538e7deb0c55d35d3793 (patch)
treeae82a45831a659997cea852416b191da9e157d19 /chapter06/man-inst.xml
parentd5b037fcac63292b578c183e3d815120067b2d12 (diff)
added sbus
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2108 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-inst.xml')
-rw-r--r--chapter06/man-inst.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml
index 0c72b3787..acd96c4a2 100644
--- a/chapter06/man-inst.xml
+++ b/chapter06/man-inst.xml
@@ -7,8 +7,9 @@
&nbsp;&nbsp;&nbsp;&nbsp;./configure -default -confdir=/etc &amp;&amp;
make &amp;&amp;
cp src/man.conf{,.backup} &amp;&amp;
-sed '/^PAGER/s/-is/-isR/' \
-&nbsp;&nbsp;&nbsp;&nbsp;src/man.conf.backup &gt; src/man.conf &amp;&amp;
+sed -e '/^PAGER/s/-is/-isR/' \
+&nbsp;&nbsp;&nbsp;&nbsp;-e 's%MANPATH[[:space:]]/usr/man%#MANPATH /usr/man%' \
+&nbsp;&nbsp;&nbsp;&nbsp;src/man.conf.backup > src/man.conf &amp;&amp;
make install</userinput></screen></para>
<para>Note: If you wish to disable SGR escape sequences, you should