[deployment-guide/comm-rel: 308/727] Adjusted the Ethernet Parameters section introduction.

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


commit 80b69d74f43808cc66d75e940ebecf32dd18a3d1
Author: Jaromir Hradilek <jhradile at redhat.com>
Date:   Tue Aug 10 14:29:39 2010 +0200

    Adjusted the Ethernet Parameters section introduction.

 en-US/Working_with_Kernel_Modules.xml |    6 +-----
 1 files changed, 1 insertions(+), 5 deletions(-)
---
diff --git a/en-US/Working_with_Kernel_Modules.xml b/en-US/Working_with_Kernel_Modules.xml
index 1f17f09..b84797d 100644
--- a/en-US/Working_with_Kernel_Modules.xml
+++ b/en-US/Working_with_Kernel_Modules.xml
@@ -584,11 +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>
-      <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>
-      </note>
+      <para>The prefered way to configure most modern Ethernet-based network interface cards (NICs) is to use <command>ethtool</command> or <command>mii-tool</command>. Only after these tools fail to work should module parameters be adjusted. Refer to manual pages for <command>ethtool</command> and <command>mii-tool</command> for more information on their usage.</para>
       <table
         id="tb-modules-ethernet">
         <title>Ethernet Module Parameters</title>


More information about the docs-commits mailing list