aboutsummaryrefslogtreecommitdiff
path: root/release
diff options
context:
space:
mode:
authorGlen Barber <gjb@FreeBSD.org>2012-09-14 19:52:33 +0000
committerGlen Barber <gjb@FreeBSD.org>2012-09-14 19:52:33 +0000
commitf2fb6260e574118b2132dffedd473e2a21793762 (patch)
treeee8a76b1586f80fdc33820c87f90cfac1838f907 /release
parentf8681089d0c0fe50590ebfb2c4a88b9cd842a9fb (diff)
downloadsrc-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')
-rw-r--r--release/doc/share/misc/man2hwnotes.pl4
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) {