diff options
-rw-r--r-- | specs/recordlib.xml | 7 | ||||
-rw-r--r-- | specs/xtestlib.xml | 7 |
2 files changed, 10 insertions, 4 deletions
diff --git a/specs/recordlib.xml b/specs/recordlib.xml index a42028f..66e6966 100644 --- a/specs/recordlib.xml +++ b/specs/recordlib.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" - "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" +[ +<!ENTITY % defs SYSTEM "defs.ent"> %defs; +]> <!-- lifted from troff+ms+XMan by doclifter --> @@ -9,7 +12,7 @@ <bookinfo> <title>X Record Extension Library</title> <subtitle>X Consortium Standard</subtitle> - <releaseinfo>X Version 11, Release 6.7</releaseinfo> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <authorgroup> <author> <firstname>Martha</firstname><surname>Zimet</surname> diff --git a/specs/xtestlib.xml b/specs/xtestlib.xml index 75fd845..d53d2c5 100644 --- a/specs/xtestlib.xml +++ b/specs/xtestlib.xml @@ -1,6 +1,9 @@ <?xml version="1.0" encoding="UTF-8" ?> <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" - "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd"> + "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" +[ +<!ENTITY % defs SYSTEM "defs.ent"> %defs; +]> <!-- lifted from troff+ms+XMan by doclifter --> @@ -9,7 +12,7 @@ <bookinfo> <title>XTEST Extension Library</title> <subtitle>X Consortium Standard</subtitle> - <releaseinfo>X Version 11, Release 6.4</releaseinfo> + <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo> <authorgroup> <author> <firstname>Kieron</firstname><surname>Drake</surname> |