aboutsummaryrefslogtreecommitdiffstats
path: root/chapter08/kernel.xml
diff options
context:
space:
mode:
authorArchaic <archaic@linuxfromscratch.org>2005-07-04 21:32:47 +0000
committerArchaic <archaic@linuxfromscratch.org>2005-07-04 21:32:47 +0000
commita1a7f4f337b99bc16ce9d0f539d7a7f4f0fa4a51 (patch)
tree762b40b3ca0cb703e9be4186870ff9158df61b44 /chapter08/kernel.xml
parentae318839a8635e3dab5d60cd53bd7ab962b9631c (diff)
Brought (hopefully) all references of man/info pages into conformity. Updated typography to reflect this.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@6376 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r--chapter08/kernel.xml5
1 files changed, 2 insertions, 3 deletions
diff --git a/chapter08/kernel.xml b/chapter08/kernel.xml
index 5bc8434e6..d7ad15b6e 100644
--- a/chapter08/kernel.xml
+++ b/chapter08/kernel.xml
@@ -91,9 +91,8 @@ with gcc 2.95.x.</para></note>
<para>If using kernel modules, an <filename>/etc/modprobe.conf</filename> file
may be needed. Information pertaining to modules and kernel configuration is
located in the kernel documentation in the <filename
-class="directory">linux-&linux-version;/Documentation</filename> directory. The
-<emphasis>modprobe.conf</emphasis> <command>man</command> page may also be of
-interest.</para>
+class="directory">linux-&linux-version;/Documentation</filename> directory.
+Also, <filename>modprobe.conf(5)</filename> may be of interest.</para>
<para>Be very careful when reading other documentation relating to kernel
modules because it usually applies to 2.4.x kernels only. As far as we know,