diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-01 14:27:12 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2003-01-01 14:27:12 +0000 |
commit | a20338e3bd6b3d1ccef2d6619102963d810fa3d4 (patch) | |
tree | 3aaadd7513b0ed5af958e4727f8d70a8f7f0ce8e /chapter06/kernel-manpages-inst.xml | |
parent | a9fb6a45626023ed9e1fab231b7adf1235b31e0e (diff) |
moved kernel man pages to end of chap6 | fixed typo in glibc linuxthreads man page install
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2259 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/kernel-manpages-inst.xml')
-rw-r--r-- | chapter06/kernel-manpages-inst.xml | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/chapter06/kernel-manpages-inst.xml b/chapter06/kernel-manpages-inst.xml new file mode 100644 index 000000000..91fbbd5bc --- /dev/null +++ b/chapter06/kernel-manpages-inst.xml @@ -0,0 +1,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> + |