svn commit: r49647 - head/share/xml

Mathieu Arnold mat at FreeBSD.org
Tue Nov 8 13:13:29 UTC 2016


Author: mat
Date: Tue Nov  8 13:13:28 2016
New Revision: 49647
URL: https://svnweb.freebsd.org/changeset/doc/49647

Log:
  This has not been updated in a while, catch up with the current format.

Modified:
  head/share/xml/man-refs.pl

Modified: head/share/xml/man-refs.pl
==============================================================================
--- head/share/xml/man-refs.pl	Tue Nov  8 09:50:45 2016	(r49646)
+++ head/share/xml/man-refs.pl	Tue Nov  8 13:13:28 2016	(r49647)
@@ -7,5 +7,5 @@ while (<>) {
         next unless (m,^(.*/)([\w\._-]+)\.(\d\w*)(\.gz)?$,);
         my ($entity, $page, $volume) = ($2, $2, $3);
         $entity =~ y/_/./;
-        print "<!ENTITY man.$entity.$volume \"<citerefentry/<refentrytitle/$page/<manvolnum/$volume//\">\n";
+        print "<!ENTITY man.$entity.$volume \"<citerefentry xmlns='http://docbook.org/ns/docbook'><refentrytitle>$page</refentrytitle><manvolnum>$volume</manvolnum></citerefentry>\">\n";
 }


More information about the svn-doc-head mailing list