diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml index afb2df34b..4ef9bb44e 100644 --- a/chapter08/kernel.xml +++ b/chapter08/kernel.xml @@ -117,8 +117,8 @@ <para>Install the documentation for the Linux kernel:</para> -<screen>install -d /usr/share/doc/linux-&linux-version; && -cp -r Documentation/* /usr/share/doc/linux-&linux-version;</screen> +<screen><userinput>install -d /usr/share/doc/linux-&linux-version; && +cp -r Documentation/* /usr/share/doc/linux-&linux-version;</userinput></screen> <para>It is important to note that the files in the kernel source directory are not owned by <emphasis>root</emphasis>. Whenever a @@ -154,7 +154,6 @@ cp -r Documentation/* /usr/share/doc/linux-&linux-version;</screen> </sect2> - <sect2 id="contents-kernel" role="content"> <title>Contents of Linux</title> |