Fix man2hwnotes.pl script, which should fix the RELNOTES build.

This commit is contained in:
Glen Barber 2012-09-14 19:52:33 +00:00
parent f8681089d0
commit f2fb6260e5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=240512

View File

@ -102,8 +102,8 @@ EOT
if ($only_list_out) {
# Print the default device preamble entities
print "<!ENTITY hwlist.preamble.pre 'The'>\n";
print "<!ENTITY hwlist.preamble.post 'driver supports:'>\n";
print "<span class='hwlist.preamble.pre'>The</span>\n";
print "<span class='hwlist.preamble.post'>driver supports:</span>\n";
}
foreach my $page (@ARGV) {