summaryrefslogtreecommitdiffstats
path: root/release
diff options
context:
space:
mode:
authorgjb <gjb@FreeBSD.org>2012-09-14 20:51:35 +0000
committergjb <gjb@FreeBSD.org>2012-09-14 20:51:35 +0000
commit268e16289b7f23b8068ac5a884b4ced66e8fb04c (patch)
tree657d20822d76135f43b7909f260ab1e1d6ccae99 /release
parent5c554c9aa26f378ef5e220e6fbc926698ae0535c (diff)
downloadFreeBSD-src-268e16289b7f23b8068ac5a884b4ced66e8fb04c.zip
FreeBSD-src-268e16289b7f23b8068ac5a884b4ced66e8fb04c.tar.gz
Revert previous commit...
Pointyhat to: gjb (myself)
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 5b0c62c..aa8d023 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 "<span class='hwlist.preamble.pre'>The</span>\n";
- print "<span class='hwlist.preamble.post'>driver supports:</span>\n";
+ print "<!ENTITY hwlist.preamble.pre 'The'>\n";
+ print "<!ENTITY hwlist.preamble.post 'driver supports:'>\n";
}
foreach my $page (@ARGV) {
OpenPOWER on IntegriCloud