diff options
author | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 04:01:17 +0000 |
---|---|---|
committer | Timothy Bauscher <timothy@linuxfromscratch.org> | 2003-01-17 04:01:17 +0000 |
commit | 0a57367d9504c228db9663a072257773fbcb192c (patch) | |
tree | d7c0f09051abe8b792bb8dc51c64ca745b4a5b59 | |
parent | 0437af6ace77d5c35211dcf10d51e51ea7ab02c6 (diff) |
Linux manpage conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/kernel-manpages-inst.xml | 10 | ||||
-rw-r--r-- | chapter06/kernel-manpages.xml | 1 |
2 files changed, 7 insertions, 4 deletions
diff --git a/chapter06/kernel-manpages-inst.xml b/chapter06/kernel-manpages-inst.xml index 91fbbd5bc..a9c4ca059 100644 --- a/chapter06/kernel-manpages-inst.xml +++ b/chapter06/kernel-manpages-inst.xml @@ -1,11 +1,13 @@ <sect2> <title>Installation of the kernel man pages</title> -<para>The kernel man pages are installed by running the following -commands:</para> +<para>Build the manual pages:</para> -<para><screen><userinput>make mandocs && -cp -a Documentation/man /usr/share/man/man9</userinput></screen></para> +<para><screen><userinput>make mandocs</userinput></screen></para> + +<para>Install the manual pages:</para> + +<para><screen><userinput>cp -a Documentation/man /usr/share/man/man9</userinput></screen></para> </sect2> diff --git a/chapter06/kernel-manpages.xml b/chapter06/kernel-manpages.xml index f6f4b6ea0..f278f1cb2 100644 --- a/chapter06/kernel-manpages.xml +++ b/chapter06/kernel-manpages.xml @@ -5,6 +5,7 @@ <screen>Estimated build time: &kernel-manpages-time; Estimated required disk space: &kernel-manpages-compsize;</screen> +&aa-kernel-shortdesc; &c6-kernel-manpages-inst; </sect1> |