|
@@ -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>
|
|
|
|