Update add-manref.sh to be compliant with DocBook 5.0.
Sponsored by: The FreeBSD Foundation
This commit is contained in:
parent
812c8412dc
commit
4c5d6a6331
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=43603
1 changed files with 1 additions and 1 deletions
|
@ -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)> ";
|
||||
|
|
Loading…
Reference in a new issue