[deployment-guide/comm-rel: 306/727] Updated the section reference.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:50:21 UTC 2010


commit a4398fad08e7f93ca315497ebbc3dca32de935f2
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Aug 10 13:53:17 2010 +0200

    Updated the section reference.

 en-US/Working_with_Kernel_Modules.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/en-US/Working_with_Kernel_Modules.xml b/en-US/Working_with_Kernel_Modules.xml
index c71eccc..bd0b1ce 100644
--- a/en-US/Working_with_Kernel_Modules.xml
+++ b/en-US/Working_with_Kernel_Modules.xml
@@ -166,7 +166,7 @@ insmod /lib/modules/2.6.32-54.el6.i686/kernel/drivers/net/e100.ko</screen>
       <screen><command>/sbin/modprobe <replaceable>&lt;module&gt;</replaceable> <replaceable>&lt;parameter&gt;</replaceable>...</command></screen>
       <para>For example, to allow bad eeprom checksums and set the debug level to maximum for an Intel Ether Express/100 driver, type:</para>
       <screen>~]#&#160;<command>/sbin/modprobe e100 eeprom_bad_csum_allow=1 debug=16</command></screen>
-      <para>Note that when a module parameter expects comma-separated values, you should <emphasis>not</emphasis> use speces after the commas. For a list of common module parameters, see <xref linkend="tb-modules-scsiparameters" /> and <xref linkend="tb-modules-ethernet" />.</para>
+      <para>Note that when a module parameter expects comma-separated values, you should <emphasis>not</emphasis> use speces after the commas. Refer to <xref linkend="s1-modules-parameters" /> for a list of common module parameters.</para>
     </section>
     <section
       id="s2-kernel-module-utils-rmmod">


More information about the docs-commits mailing list