aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chapter01/changelog.xml3
-rw-r--r--chapter06/module-init-tools.xml2
2 files changed, 3 insertions, 2 deletions
diff --git a/chapter01/changelog.xml b/chapter01/changelog.xml
index 9e2b36631..a4a08ddf7 100644
--- a/chapter01/changelog.xml
+++ b/chapter01/changelog.xml
@@ -40,7 +40,8 @@
<para>2008-10-28</para>
<itemizedlist>
<listitem>
- <para>[bdubbs] - Updated to e2fsprogs-1.41.3.</para>
+ <para>[bdubbs] - Changed location of man pages in Module-Init-Tools.
+ Thanks to Trent Shea for pointing out the fix.</para>
</listitem>
<listitem>
<para>[bdubbs] - Updated to M4-1.4.12.</para>
diff --git a/chapter06/module-init-tools.xml b/chapter06/module-init-tools.xml
index cea92a17b..f447974a8 100644
--- a/chapter06/module-init-tools.xml
+++ b/chapter06/module-init-tools.xml
@@ -61,7 +61,7 @@ make clean</userinput></screen>
<para>Prepare Module-Init-Tools for compilation:</para>
-<screen><userinput remap="configure">./configure --prefix=/ --enable-zlib</userinput></screen>
+<screen><userinput remap="configure">./configure --prefix=/ --enable-zlib --mandir=/usr/share/man</userinput></screen>
<para>Compile the package:</para>