diff options
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> |