Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 14 Sep 2012 19:52:33 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r240512 - head/release/doc/share/misc
Message-ID:  <201209141952.q8EJqX8X096339@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201209141952.q8EJqX8X096339>