diff options
author | Krejzi <krejzi@linuxfromscratch.org> | 2014-06-29 15:53:40 +0000 |
---|---|---|
committer | Krejzi <krejzi@linuxfromscratch.org> | 2014-06-29 15:53:40 +0000 |
commit | 0f037a4180477b1957271a38ea1f7f6bba48bd5a (patch) | |
tree | 8cc50fe7205fac6653fdc6b3d5f1a1a3caeb6b6b /chapter06 | |
parent | 6659d8a8edf91931dd5a44692a02adbb905f2aa9 (diff) |
Fix wording in kmod instructions.
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/systemd/BOOK@10600 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-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 ca725c203..cc0549d42 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, man pages, and create symlinks for + <para>Install the package and man pages, and create symlinks for compatibility with Module-Init-Tools (the package that previously handled Linux kernel modules):</para> |