svn commit: r240515 - head/release/doc/share/misc

Glen Barber gjb at FreeBSD.org
Fri Sep 14 20:51:36 UTC 2012


Author: gjb (doc,ports committer)
Date: Fri Sep 14 20:51:35 2012
New Revision: 240515
URL: http://svn.freebsd.org/changeset/base/240515

Log:
  Revert previous commit...
  
  Pointyhat to:	gjb (myself)

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 20:05:38 2012	(r240514)
+++ head/release/doc/share/misc/man2hwnotes.pl	Fri Sep 14 20:51:35 2012	(r240515)
@@ -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) {


More information about the svn-src-head mailing list