Update add-manref.sh to be compliant with DocBook 5.0.

Sponsored by:	The FreeBSD Foundation
This commit is contained in:
Glen Barber 2014-01-21 00:45:03 +00:00
parent 812c8412dc
commit 4c5d6a6331
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43603

View file

@ -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)> ";