summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2011-03-23 20:06:15 +0000
committerBen Hutchings <bhutchings@solarflare.com>2011-03-23 20:08:43 +0000
commit97b5471fc446d60f8772631b9c4e6d824404336d (patch)
tree700687af295a8dd7609d66f18752496a42b36bb0
parent3f9b19e994d3f208e7316b3ac323fab843de1643 (diff)
downloadethtool-97b5471fc446d60f8772631b9c4e6d824404336d.tar.gz
ethtool.8: Fix initial blank line/page
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>
-rw-r--r--ethtool.8.in4
1 files changed, 3 insertions, 1 deletions
diff --git a/ethtool.8.in b/ethtool.8.in
index 486b021..8eb48e6 100644
--- a/ethtool.8.in
+++ b/ethtool.8.in
@@ -4,6 +4,8 @@
.\" Portions Copyright 2007, 2009 Free Software Foundation, Inc.
.\" This file may be copied under the terms of the GNU Public License.
.\"
+.\" There must be no text lines before .TH. Use '.' for vertical spacing.
+.\"
.\" .An - list of n alternative values as in "flav vanilla|strawberry"
.\"
.de A1
@@ -90,7 +92,7 @@
.
. hy \\n(HY
..
-
+.
.TH ETHTOOL 8 "January 2011" "Ethtool version @VERSION@"
.SH NAME
ethtool \- query or control network driver and hardware settings