aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-06-08 18:48:43 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-06-08 18:48:43 +0000
commit1ccbb42fed4060f0ec56084905435ff12d9c35d2 (patch)
tree8a16e905accbf113b78aace2ea526c3e5266a729 /chapter06
parentaa8363a353173ffc92bcefc3a699aeb928835bbe (diff)
Rephrased the docbook2man paragraph in module-init-tools.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@5783 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06')
-rw-r--r--chapter06/module-init-tools.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml
index 6e9e26263..840eb3070 100644
--- a/chapter06/module-init-tools.xml
+++ b/chapter06/module-init-tools.xml
@@ -31,10 +31,10 @@ Coreutils, Diffutils, Flex, GCC, Glibc, Grep, M4, Make, and Sed</seg></seglistit
<sect2 role="installation">
<title>Installation of Module-Init-Tools</title>
-<para>Module-Init-Tools attempts to rewrite it's
-<filename>modprobe.conf</filename> man page during the build process. Not only
-is this unnecessary, it relies on <command>docbook2man</command> which is not
-installed in LFS. To prevent this do the following:</para>
+<para>Module-Init-Tools attempts to rewrite its
+<filename>modprobe.conf</filename> man page during the build process. This is
+unnecessary and also relies on <command>docbook2man</command> &mdash; which is not
+installed in LFS. Run the following command to avoid this:</para>
<screen><userinput>touch modprobe.conf.5</userinput></screen>