summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-09-11 16:27:09 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-09-15 10:35:15 -0400
commit87c934b9b7973a814763670e2dfad0579a8dcc78 (patch)
tree8e3d5f85107016b32f68cd5673430cdeecfb9f57
parent41f04fd8673db5c2d8e587ab2c169a694bd7528f (diff)
specs: use the &fullrelvers; entity to set X11 release information
Reviewed-by: Jeremy Huddleston <jeremyhu@apple.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--doc/ICElib.xml8
-rw-r--r--specs/ice.xml7
2 files changed, 10 insertions, 5 deletions
diff --git a/doc/ICElib.xml b/doc/ICElib.xml
index 7366fa4..f048f35 100644
--- a/doc/ICElib.xml
+++ b/doc/ICElib.xml
@@ -1,7 +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;
+]>
<book id="ICElib">
@@ -9,7 +11,7 @@
<bookinfo>
<title>Inter-Client Exchange Library</title>
<subtitle>X Consortium Standard</subtitle>
- <releaseinfo>X Version 11, Release 6.4</releaseinfo>
+ <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
<releaseinfo>Version 1.0</releaseinfo>
<authorgroup>
<author>
diff --git a/specs/ice.xml b/specs/ice.xml
index d8a53e3..037a0f6 100644
--- a/specs/ice.xml
+++ b/specs/ice.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>Inter-Client Exchange (ICE) Protocol</title>
<subtitle>X Consortium Standard</subtitle>
- <releaseinfo>X Version 11, Release 6.4</releaseinfo>
+ <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
<authorgroup>
<author>
<firstname>Robert</firstname><surname>Scheifler</surname>