From 97b5471fc446d60f8772631b9c4e6d824404336d Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Wed, 23 Mar 2011 20:06:15 +0000 Subject: 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 --- ethtool.8.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'ethtool.8.in') 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 -- cgit v1.2.1