blob: 91fbbd5bc9f1d58862187417cf7d0dcfe7b6c198 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
<sect2>
<title>Installation of the kernel man pages</title>
<para>The kernel man pages are installed by running the following
commands:</para>
<para><screen><userinput>make mandocs &&
cp -a Documentation/man /usr/share/man/man9</userinput></screen></para>
</sect2>
|