summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2012-09-14 19:52:33 +0000
committergjb <gjb@FreeBSD.org>2012-09-14 19:52:33 +0000
commitdc0f74a7e8f73e6dd12c8ab4adaabdf4da9a1ecf (patch)
treeee8a76b1586f80fdc33820c87f90cfac1838f907 /release
parent3539b7eae33e5664e4eabc89e483c90928026178 (diff)
downloadFreeBSD-src-dc0f74a7e8f73e6dd12c8ab4adaabdf4da9a1ecf.zip
FreeBSD-src-dc0f74a7e8f73e6dd12c8ab4adaabdf4da9a1ecf.tar.gz
Fix man2hwnotes.pl script, which should fix the RELNOTES build.
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 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 "<!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) {
OpenPOWER on IntegriCloud