diff options
author | Glen Barber <gjb@FreeBSD.org> | 2012-09-14 20:51:35 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2012-09-14 20:51:35 +0000 |
commit | aacc86a4ecdf851d535eed7f08e0a7275528f42a (patch) | |
tree | 657d20822d76135f43b7909f260ab1e1d6ccae99 /release/doc/share | |
parent | cc3186620071d9e06ba86e92a43b98a1fd80aa7d (diff) | |
download | src-aacc86a4ecdf851d535eed7f08e0a7275528f42a.tar.gz src-aacc86a4ecdf851d535eed7f08e0a7275528f42a.zip |
Revert previous commit...
Pointyhat to: gjb (myself)
Notes
Notes:
svn path=/head/; revision=240515
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 5b0c62c7f3fe..aa8d023020f5 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) { |