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

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


commit 74dfa61d2d035746fef243dbe3610f72f6751dd2
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Aug 10 13:03:11 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 64632c4..0c721f2 100644
--- a/en-US/Working_with_Kernel_Modules.xml
+++ b/en-US/Working_with_Kernel_Modules.xml
@@ -584,7 +584,7 @@ fi</programlisting>
       <primary>kernel module</primary>
       <secondary>NIC module</secondary>
     </indexterm>
-    <para>Most modern Ethernet-based network interface cards (NICs), do not require module parameters to alter settings. Instead, they can be configured using <command>ethtool</command> or <command>mii-tool</command>. Only after these tools fail to work should module parameters be adjusted. Module parameters can be viewed using the <command>modinfo</command> command.</para>
+    <para>Most modern Ethernet-based network interface cards (NICs) do not require module parameters to alter settings. Instead, they can be configured using <command>ethtool</command> or <command>mii-tool</command>. Only after these tools fail to work should module parameters be adjusted. Module parameters can be viewed using the <command>modinfo</command> command.</para>
     <note>
       <title>Note</title>
       <para>For information about using these tools, consult the man pages for <command>ethtool</command>, <command>mii-tool</command>, and <command>modinfo</command>.</para>


More information about the docs-commits mailing list