From dc0f74a7e8f73e6dd12c8ab4adaabdf4da9a1ecf Mon Sep 17 00:00:00 2001 From: gjb Date: Fri, 14 Sep 2012 19:52:33 +0000 Subject: Fix man2hwnotes.pl script, which should fix the RELNOTES build. --- release/doc/share/misc/man2hwnotes.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'release/doc/share/misc/man2hwnotes.pl') diff --git a/release/doc/share/misc/man2hwnotes.pl b/release/doc/share/misc/man2hwnotes.pl index aa8d023..5b0c62c 100644 --- a/release/doc/share/misc/man2hwnotes.pl +++ b/release/doc/share/misc/man2hwnotes.pl @@ -102,8 +102,8 @@ EOT if ($only_list_out) { # Print the default device preamble entities - print "\n"; - print "\n"; + print "The\n"; + print "driver supports:\n"; } foreach my $page (@ARGV) { -- cgit v1.1