summaryrefslogtreecommitdiff
path: root/ethtool.8.in
AgeCommit message (Collapse)AuthorFilesLines
2011-03-23ethtool.8: Fix initial blank line/pageBen Hutchings1-1/+3
The .TH macro inserts a page break. There is currently a non-macro line before it, and even though that line is blank this results in a blank line in the terminal and a whole blank page when rendering as Postscript. Use a null macro instead. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-03-23ethtool.8: Format tables with tblBen Hutchings1-163/+86
This makes both the source and the output look nicer. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-03-23ethtool: remove mask for Auto in advertise sectionEmil Tantilov1-2/+0
The mask for Auto in the advertise section is incorrect for any interface that supports speeds > 1000Mbps. Since the description already states that the mask can be a combination of the supported values it's probably better to just remove it. 'Auto' was misleading anyway. Signed-off-by: Emil Tantilov <emil.s.tantilov@intel.com> Tested-by: Stephen Ko <stephen.s.ko@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-02-21ethtool: Add --version optionBen Hutchings1-0/+5
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-02-21Add macro for displaying [value N] formatting to manpageAlexander Duyck1-64/+38
This change adds a macro for displaying optional values that take a numeric value to the manpage. Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-01-10ethtool.8: Fix capitalisationBen Hutchings1-8/+8
Write 'Ethernet' and 'PHY' thus. Use the proper macro for the trademark symbol. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-01-10ethtool.8: Reword synopses for consistency and styleBen Hutchings1-3/+3
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-01-10ethtool.8: Generalise references to network devices, not EthernetBen Hutchings1-19/+20
Most operations are generically applicable to devices using other link-layer protocols. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-01-10ethtool.8: Fix obvious spelling errorsBen Hutchings1-2/+2
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
2011-01-10ethtool.8: Substitute version at configure timeBen Hutchings1-0/+819
Rename ethtool.8 to ethtool.8.in and let autoconf set the version. Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>