diff options
author | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-09-07 19:16:43 +0000 |
---|---|---|
committer | Manuel Canales Esparcia <manuel@linuxfromscratch.org> | 2007-09-07 19:16:43 +0000 |
commit | e7477591dd2a1302aadec48724cb070850caebee (patch) | |
tree | ba7e6dac8e69d6419b7a0303f7a5dd240e86c713 /chapter06/man-db.xml | |
parent | 227fe2305c1d5ded49b4bed696a9e729049b6be1 (diff) |
Added sect1info blocks to packages pages.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@8366 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/man-db.xml')
-rw-r--r-- | chapter06/man-db.xml | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/chapter06/man-db.xml b/chapter06/man-db.xml index fb508777b..50aa2a82a 100644 --- a/chapter06/man-db.xml +++ b/chapter06/man-db.xml @@ -8,6 +8,12 @@ <sect1 id="ch-system-man-db" role="wrap"> <?dbhtml filename="man-db.html"?> + <sect1info condition="script"> + <productname>man-db</productname> + <productnumber>&man-db-version;</productnumber> + <address>&man-db-url;</address> + </sect1info> + <title>Man-DB-&man-db-version;</title> <indexterm zone="ch-system-man-db"> @@ -73,7 +79,7 @@ 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 + <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> |