Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Jan 2014 00:45:03 +0000 (UTC)
From:      Glen Barber <gjb@FreeBSD.org>
To:        doc-committers@freebsd.org, svn-doc-all@freebsd.org, svn-doc-head@freebsd.org
Subject:   svn commit: r43603 - head/share/examples
Message-ID:  <201401210045.s0L0j3Sd077038@svn.freebsd.org>

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



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