[deployment-guide/comm-rel: 325/727] Fixed a typing error.

Jaromir Hradilek jhradile at fedoraproject.org
Tue Oct 19 12:51:59 UTC 2010


commit ae8e168da57c6d882a89cc06c58b7e739b5a275b
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Aug 10 15:47:31 2010 +0200

    Fixed a typing error.

 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 b0d172c..84d5377 100644
--- a/en-US/Working_with_Kernel_Modules.xml
+++ b/en-US/Working_with_Kernel_Modules.xml
@@ -162,7 +162,7 @@ insmod /lib/modules/2.6.32-54.el6.i686/kernel/drivers/net/e100.ko</screen>
         <secondary>module parameters</secondary>
         <tertiary>supplying</tertiary>
       </indexterm>
-      <para>In some situations, it may be desirable to customize the module behavior by supplying additional parameters to it. To do so, use the <command>modprobe</command>command in the following form:</para>
+      <para>In some situations, it may be desirable to customize the module behavior by supplying additional parameters to it. To do so, use the <command>modprobe</command> command in the following form:</para>
       <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>


More information about the docs-commits mailing list