lfs/chapter06/kernel-manpages-inst.xml
Timothy Bauscher 0a57367d95 Linux manpage conversion.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
2003-01-17 04:01:17 +00:00

14 lines
314 B
XML

<sect2>
<title>Installation of the kernel man pages</title>
<para>Build the manual pages:</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>