summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@epoch.ncsc.mil>2004-05-04 19:43:45 +0000
committerEamon Walsh <ewalsh@epoch.ncsc.mil>2004-05-04 19:43:45 +0000
commit3683cdfc748235e5c8bcb4c63b8fed1f07f1c495 (patch)
tree19601a8757ee4b30d6fb530766efa2298100dc46
parentc683ea179775618bfc036f6930ca7bc719840f0c (diff)
Merge the new release from HEADXACE-SELINUX
-rw-r--r--man/citron.man6
-rw-r--r--src/citron.c2
2 files changed, 4 insertions, 4 deletions
diff --git a/man/citron.man b/man/citron.man
index 5d4f276..a7d7393 100644
--- a/man/citron.man
+++ b/man/citron.man
@@ -20,7 +20,7 @@ citron \- Citron Infrared Touch Driver (CiTouch)
.B EndSection
.SH DESCRIPTION
.B citron
-is a XFree86 input driver for
+is a __xservername__ input driver for
.I Citron Infrared Touch
devices.
.PP
@@ -47,7 +47,7 @@ touches.
15.1 inch Infrared Touch
.SH CONFIGURATION DETAILS
-Please refer to XF86Config(5x) for general configuration
+Please refer to __xconfigfile__(5x) for general configuration
details and for options that can be used with all input drivers. This
section only covers configuration details specific to this driver.
For better understanding please read also the
@@ -703,6 +703,6 @@ every 20ms. This option is only available for "ZPress" and
.SH "SEE ALSO"
-XFree86(1), XF86Config(__filemansuffix__), xf86config(1), Xserver(1), X(__miscmansuffix__).
+__xservername__(__appmansuffix__), __xconfigfile__(__filemansuffix__), xorgconfig(__appmansuffix__), Xserver(__appmansuffix__), X(__miscmansuffix__).
.SH AUTHORS
2000-2003 - written by Citron GmbH (support@citron.de)
diff --git a/src/citron.c b/src/citron.c
index 259e8e6..29c7cd6 100644
--- a/src/citron.c
+++ b/src/citron.c
@@ -279,7 +279,7 @@ static XF86ModuleVersionInfo VersionRec =
MODULEVENDORSTRING, /* vendor specific string */
MODINFOSTRING1,
MODINFOSTRING2,
- XF86_VERSION_CURRENT, /* Current XFree version */
+ XORG_VERSION_CURRENT, /* Current XFree version */
CITOUCH_VERSION_MAJOR, /* Module-specific major version */
CITOUCH_VERSION_MINOR, /* Module-specific minor version */
CITOUCH_VERSION_PATCH, /* Module-specific patch level */