aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kernel-manpages-inst.xml
blob: a9c4ca0596096b1c74cbc1b9207f41a0ca2ee9ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<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>