svn commit: r43603 - head/share/examples

Glen Barber gjb at FreeBSD.org
Tue Jan 21 00:45:04 UTC 2014


Author: gjb
Date: Tue Jan 21 00:45:03 2014
New Revision: 43603
URL: http://svnweb.freebsd.org/changeset/doc/43603

Log:
  Update add-manref.sh to be compliant with DocBook 5.0.
  
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/share/examples/add-manref.sh

Modified: head/share/examples/add-manref.sh
==============================================================================
--- head/share/examples/add-manref.sh	Mon Jan 20 23:56:06 2014	(r43602)
+++ head/share/examples/add-manref.sh	Tue Jan 21 00:45:03 2014	(r43603)
@@ -75,7 +75,7 @@ while [ $u -ge $l ]; do
     fi
 done;
 
-t="<!ENTITY man.$k.$s \"<citerefentry/<refentrytitle/$n/<manvolnum/$s//\">";
+t="<!ENTITY man.$k.$s \"<citerefentry xmlns='http://docbook.org/ns/docbook'><refentrytitle>$n</refentrytitle><manvolnum>$s</manvolnum></citerefentry>\">";
 echo "Inserting line $l:";
 echo $t;
 echo -n "Last chance to interrupt (or press enter to continue)> ";


More information about the svn-doc-all mailing list