diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2007-08-21 19:09:02 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2007-08-21 19:09:02 +0000 |
commit | 6c84fe6055003aacba5abca28fa127100a41ea24 (patch) | |
tree | 31456f6b34855deba5051d1479e522e7bed4dd3c /chapter06 | |
parent | fd43dca63779a81d1dbd513e24e7086c1756d544 (diff) |
Sync trunk with 6.3 changes: man-db patch, linux-2.6.22.4, acknowledgements
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8333 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r-- | chapter06/man-db.xml | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index 88ecef994..fb508777b 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -35,7 +35,7 @@ <sect2 role="installation"> <title>Installation of Man-DB</title> - <para>Three adjustments need to be made to the sources of Man-DB.</para> + <para>Four adjustments need to be made to the sources of Man-DB.</para> <para>The first one changes the location of translated manual pages that come with Man-DB, in order for them to be accessible in both traditional and @@ -73,6 +73,11 @@ EOF</userinput></screen> manual pages. They are not part of LFS or BLFS, but you should be able to install them yourself after finishing LFS if you wish to do so.</para> + <para>Finally, patch the sources to fix output errors if the man page is + prematurely aborted by pressing the 'q' key.</para> + +<screen><userinput>patch -Np1 -i ../&man-db-fixes-patch;</userinput></screen> + <para>Prepare Man-DB for compilation:</para> <screen><userinput>./configure --prefix=/usr --enable-mb-groff --disable-setuid</userinput></screen> |