aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/kernel-manpages-inst.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter06/kernel-manpages-inst.xml')
-rw-r--r--chapter06/kernel-manpages-inst.xml10
1 files changed, 6 insertions, 4 deletions
diff --git a/chapter06/kernel-manpages-inst.xml b/chapter06/kernel-manpages-inst.xml
index 91fbbd5bc..a9c4ca059 100644
--- a/chapter06/kernel-manpages-inst.xml
+++ b/chapter06/kernel-manpages-inst.xml
@@ -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 &amp;&amp;
-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>