summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGaetan Nadon <memsize@videotron.ca>2011-09-12 16:54:45 -0400
committerGaetan Nadon <memsize@videotron.ca>2011-09-12 20:34:47 -0400
commite07f1d83079eb90ea91e3ff120ad747b1cc78bfb (patch)
tree1571128bc0b1d1e8f23e4287c3dc52382d8d3abe
parent5b1f776e84108bce397cc6721ee176c3bb5592ad (diff)
docs: use the &fullrelvers; entity to set X11 release information
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
-rw-r--r--specs/libXaw.xml7
1 files changed, 5 insertions, 2 deletions
diff --git a/specs/libXaw.xml b/specs/libXaw.xml
index 951a544..70775ee 100644
--- a/specs/libXaw.xml
+++ b/specs/libXaw.xml
@@ -1,13 +1,16 @@
<?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="libXaw">
<bookinfo>
<title>Athena Widget Set - C Language Interface</title>
<subtitle>X Consortium Standard</subtitle>
- <releaseinfo>X Version 11, Release 6.4</releaseinfo>
+ <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>
<authorgroup>
<author>
<firstname>Chris</firstname><surname>Peterson</surname>