[system-administrators-reference-guide] ethtool: parameters in the wrong order

stephenw stephenw at fedoraproject.org
Tue Aug 26 09:05:52 UTC 2014


commit 1a707742ab038a6d42167249ca809b9b93cecb9e
Author: Stephen Wadeley <swadeley at redhat.com>
Date:   Tue Aug 26 10:50:12 2014 +0200

    ethtool: parameters in the wrong order
    
    Thank you Jose Luis Hansen for reporting this.

 en-US/Network_Interfaces.xml |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/en-US/Network_Interfaces.xml b/en-US/Network_Interfaces.xml
index 9494d46..8e390e7 100644
--- a/en-US/Network_Interfaces.xml
+++ b/en-US/Network_Interfaces.xml
@@ -1475,8 +1475,8 @@ The <option>--show-features</option>, or <option>--show-offload</option>, or <op
           <listitem>
             <para>
             The <option>--test</option> or <option>-t</option> option is used to perform tests on a Network Interface Card. It takes the following form:
-            </para>
-<screen><option>-t, --test</option> <replaceable>word</replaceable> <replaceable>devname</replaceable></screen>
+                          </para>
+<screen><option>-t, --test</option> <replaceable>devname</replaceable> <replaceable>word</replaceable></screen>
             <para>
               where <replaceable>word</replaceable> is one of the following:
             </para>


More information about the docs-commits mailing list