svn commit: r240512 - head/release/doc/share/misc
Glen Barber
gjb at FreeBSD.org
Fri Sep 14 19:52:34 UTC 2012
Author: gjb (doc,ports committer)
Date: Fri Sep 14 19:52:33 2012
New Revision: 240512
URL: http://svn.freebsd.org/changeset/base/240512
Log:
Fix man2hwnotes.pl script, which should fix the RELNOTES build.
Modified:
head/release/doc/share/misc/man2hwnotes.pl
Modified: head/release/doc/share/misc/man2hwnotes.pl
==============================================================================
--- head/release/doc/share/misc/man2hwnotes.pl Fri Sep 14 18:57:07 2012 (r240511)
+++ head/release/doc/share/misc/man2hwnotes.pl Fri Sep 14 19:52:33 2012 (r240512)
@@ -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) {
More information about the svn-src-head
mailing list