[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20080107173616.8429.92551.stgit@localhost.localdomain>
Date: Mon, 07 Jan 2008 09:36:16 -0800
From: Auke Kok <auke-jan.h.kok@...el.com>
To: jeff@...zik.org
Cc: netdev@...r.kernel.org, jesse.brandeburg@...el.com,
davem@...emloft.net
Subject: [PATCH 3/3] ethtool: correct man page for advertise mask value of
10gig
10 gigabit is defined as 0x1000 in the advertise mask. The man
page mistakenly lists 0x800.
Signed-off-by: Auke Kok <auke-jan.h.kok@...el.com>
---
ethtool.8 | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/ethtool.8 b/ethtool.8
index af51056..cc6a46e 100644
--- a/ethtool.8
+++ b/ethtool.8
@@ -362,7 +362,7 @@ a hexidecimal value using one or a combination of the following values:
.TP 3
.BR "0x8000" " 2500 Full" "(not supported by IEEE standards)"
.TP 3
-.BR "0x800" " 10000 Full"
+.BR "0x1000" " 10000 Full"
.TP 3
.BR "0x03F" " Auto"
.PD
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists