diff options
| author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-12 16:54:45 -0400 | 
|---|---|---|
| committer | Gaetan Nadon <memsize@videotron.ca> | 2011-09-12 20:34:47 -0400 | 
| commit | 1d7e57287990ec1631432299bad25cdd4180c62e (patch) | |
| tree | 538afb060d662009923d3855365ab207cb086a7a | |
| parent | 6540a8ea44213746d76d07c94444e937a791c1ff (diff) | |
docs: use the &fullrelvers; entity to set X11 release information
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
| -rw-r--r-- | specs/bigreq.xml | 7 | 
1 files changed, 5 insertions, 2 deletions
| diff --git a/specs/bigreq.xml b/specs/bigreq.xml index bf8614a..546c856 100644 --- a/specs/bigreq.xml +++ b/specs/bigreq.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 -->  <book id="bigreq"> @@ -8,7 +11,7 @@  <bookinfo>     <title>Big Requests Extension</title>     <subtitle>X Consortium Standard</subtitle> -   <releaseinfo>X Version 11, Release 6.4</releaseinfo> +   <releaseinfo>X Version 11, Release &fullrelvers;</releaseinfo>     <authorgroup>        <author>           <firstname>Bob</firstname><surname>Scheifler</surname> | 
