diff options
-rw-r--r-- | chapter06/module-init-tools.xml | 8 | ||||
-rw-r--r-- | general.ent | 4 |
2 files changed, 6 insertions, 6 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> — which is not +installed in LFS. Run the following command to avoid this:</para> <screen><userinput>touch modprobe.conf.5</userinput></screen> diff --git a/general.ent b/general.ent index d9e265b94..df35b66e1 100644 --- a/general.ent +++ b/general.ent @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="ISO-8859-1"?> -<!ENTITY version "SVN-20050605"> -<!ENTITY releasedate "June 05, 2005"> +<!ENTITY version "SVN-20050608"> +<!ENTITY releasedate "June 08, 2005"> <!ENTITY milestone "6.2"> <!ENTITY lfs-root "http://www.linuxfromscratch.org/"> |