summaryrefslogtreecommitdiff
path: root/ethtool.8
diff options
context:
space:
mode:
authorAuke Kok <auke-jan.h.kok@intel.com>2008-01-07 09:36:16 -0800
committerJeff Garzik <jeff@garzik.org>2008-01-12 17:46:18 -0500
commit9f77b6be72c7a77b619564e7d9327da230d1c9e4 (patch)
treefdd2a718b6771ebf1dd08801dc41e6ee61c95099 /ethtool.8
parent658f4c03163b6ca4c08861b234ed9cf38e5c1801 (diff)
downloadethtool-9f77b6be72c7a77b619564e7d9327da230d1c9e4.tar.gz
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@intel.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'ethtool.8')
-rw-r--r--ethtool.82
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