diff options
Diffstat (limited to 'chapter08/kernel.xml')
-rw-r--r-- | chapter08/kernel.xml | 5 |
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, |