diff options
author | Gaetan Nadon <memsize@videotron.ca> | 2011-09-29 07:53:15 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2011-10-03 12:02:32 -0700 |
commit | 597348e969bf78dc2de4cf9bae7b76c110144266 (patch) | |
tree | aca069c4e81ff7c5472fe22e3f31b4dfbc50a301 /doc | |
parent | fad04dd9701aa76249a0bab31676103debb84307 (diff) |
Xinput: replace hard coded X11 version with X server version
Which is more useful.
Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/Xinput.xml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/Xinput.xml b/doc/Xinput.xml index 1ae7afe7b..87c6d7f32 100644 --- a/doc/Xinput.xml +++ b/doc/Xinput.xml @@ -1,20 +1,21 @@ <?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 "/xserver/doc/xml/xserver.ent"> %defs; +]> <!-- lifted from troff+ms+XMan by doclifter --> <book id="porting"> <bookinfo> <title>X11 Input Extension Porting Document</title> - <releaseinfo>X Version 11, Release 6.7</releaseinfo> <authorgroup> <author> <firstname>George</firstname><surname>Sachs</surname> <affiliation><orgname>Hewlett-Packard</orgname></affiliation> </author> </authorgroup> + <releaseinfo>X server version &xserver.version;</releaseinfo> <corpname>X Consortium Standard</corpname> <copyright><year>1989</year><holder>Hewlett-Packard Company</holder></copyright> <copyright><year>1990</year><holder>Hewlett-Packard Company</holder></copyright> |