aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/man-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/man-inst.xml')
-rw-r--r--chapter06/man-inst.xml8
1 files changed, 6 insertions, 2 deletions
diff --git a/chapter06/man-inst.xml b/chapter06/man-inst.xml
index 38fdcd8e4..0c72b3787 100644
--- a/chapter06/man-inst.xml
+++ b/chapter06/man-inst.xml
@@ -7,10 +7,14 @@
    ./configure -default -confdir=/etc &&
make &&
cp src/man.conf{,.backup} &&
-sed -e '/^NROFF/s/-mandoc/-c -mandoc/' \
-    src/man.conf.backup > src/man.conf &&
+sed '/^PAGER/s/-is/-isR/' \
+    src/man.conf.backup > src/man.conf &&
make install</userinput></screen></para>
+<para>Note: 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>
+
<para>You may want to take a look at the man hint
at <ulink url="&hints-root;man.txt"/> which deals with formatting
and compression issues for man pages.</para>