From 80f5524c15f63e511ef8dfe53e56b6a18ac6fe2a Mon Sep 17 00:00:00 2001 From: Manuel Canales Esparcia Date: Mon, 11 Apr 2005 19:11:33 +0000 Subject: Tags corrections. git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@4903 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689 --- chapter06/man.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chapter06') 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 Two adjustments need to be made to the sources of Man. -The first is a sed substitution to add the +The first is a sed substitution to add the -R switch to the PAGER variable so that escape sequences are properly handled by Less: sed -i 's@-is@&R@g' configure -The second is also a sed substitution to comment out the +The second is also a sed substitution to comment out the MANPATH /usr/man line in the man.conf file to prevent redundant results when using programs such as whatis: -- cgit v1.2.3-54-g00ecf