diff options
author | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-08-30 17:48:05 +0000 |
---|---|---|
committer | Jeremy Huntwork <jhuntwork@linuxfromscratch.org> | 2007-08-30 17:48:05 +0000 |
commit | f65c4599a2dbf0c102723e0b92991ec573434e1e (patch) | |
tree | 7e18f5c72ce2b2d010627beada23210ae04854a2 /chapter06/man-db.xml | |
parent | b8dd57d62b02a7292f9471df350123f9d637fb51 (diff) |
Merge r8333 to jh branch
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8350 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-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> |