Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 8 Nov 2016 13:13:28 +0000 (UTC)
From:      Mathieu Arnold <mat@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r49647 - head/share/xml
Message-ID:  <201611081313.uA8DDSYl013950@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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";
 }



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