kernel-manpages-inst.xml 314 B

12345678910111213
  1. <sect2>
  2. <title>Installation of the kernel man pages</title>
  3. <para>Build the manual pages:</para>
  4. <para><screen><userinput>make mandocs</userinput></screen></para>
  5. <para>Install the manual pages:</para>
  6. <para><screen><userinput>cp -a Documentation/man /usr/share/man/man9</userinput></screen></para>
  7. </sect2>