diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-07-14 09:49:03 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-07-14 09:49:03 +0000 |
commit | 96a14eca7c7511cc0336af2ff0360614efbb953e (patch) | |
tree | a3278ffda9c365f3191a3e4fe9b67617cdf8bf94 | |
parent | bd5d85af4a96bf19127eef476469c7bfba83b9b1 (diff) |
No need to specify installing man pages for kmod since there is no longer a command just for that
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10631 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r-- | chapter06/kmod.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/kmod.xml b/chapter06/kmod.xml index cc0549d42..c463b405e 100644 --- a/chapter06/kmod.xml +++ b/chapter06/kmod.xml @@ -78,7 +78,7 @@ <screen><userinput remap="test">make check</userinput></screen> - <para>Install the package and man pages, and create symlinks for + <para>Install the package, and create symlinks for compatibility with Module-Init-Tools (the package that previously handled Linux kernel modules):</para> |