svn commit: r49647 - head/share/xml
Mathieu Arnold <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.doc |
|---|---|
| Message-ID | <[email protected]> |
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";
}
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-doc-all
To unsubscribe, send any mail to "[email protected]"