diff options
author | Glen Barber <gjb@FreeBSD.org> | 2012-09-14 19:52:33 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2012-09-14 19:52:33 +0000 |
commit | f2fb6260e574118b2132dffedd473e2a21793762 (patch) | |
tree | ee8a76b1586f80fdc33820c87f90cfac1838f907 /release/doc/share | |
parent | f8681089d0c0fe50590ebfb2c4a88b9cd842a9fb (diff) | |
download | src-f2fb6260e574118b2132dffedd473e2a21793762.tar.gz src-f2fb6260e574118b2132dffedd473e2a21793762.zip |
Fix man2hwnotes.pl script, which should fix the RELNOTES build.
Notes
Notes:
svn path=/head/; revision=240512
Diffstat (limited to 'release/doc/share')
-rw-r--r-- | release/doc/share/misc/man2hwnotes.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/release/doc/share/misc/man2hwnotes.pl b/release/doc/share/misc/man2hwnotes.pl index aa8d023020f5..5b0c62c7f3fe 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 "<!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) { |