summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-23 19:54:02 +0000
committerEgbert Eich <eich@suse.de>2004-04-23 19:54:02 +0000
commit4b285dc4884e3717678f15467b4af30ed81bc0a6 (patch)
tree19601a8757ee4b30d6fb530766efa2298100dc46
parent517ff4d31ac900a782a205771872a556bdc882a6 (diff)
-rw-r--r--man/citron.man8
-rw-r--r--src/citron.c4
-rw-r--r--src/citron.h2
3 files changed, 7 insertions, 7 deletions
diff --git a/man/citron.man b/man/citron.man
index 8f291e1..a7d7393 100644
--- a/man/citron.man
+++ b/man/citron.man
@@ -1,7 +1,7 @@
.\" Copyright (c) 2000-2003 Peter Kunzmann <support@citron.de>
.\" $Id$
.\"
-.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.man,v 1.4 2003/06/24 15:43:40 eich Exp $
+.\" $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.man,v 1.2 2001/01/27 18:20:57 dawes Exp $
.\"
.TH CITRON __drivermansuffix__ __vendorversion__
.SH NAME
@@ -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 a08e483..29c7cd6 100644
--- a/src/citron.c
+++ b/src/citron.c
@@ -25,7 +25,7 @@
*
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.c,v 1.12 2003/11/06 18:38:11 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.c,v 1.11tsi Exp $ */
/*
* Based, in part, on code with the following copyright notice:
@@ -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 */
diff --git a/src/citron.h b/src/citron.h
index c1c1ec8..e356377 100644
--- a/src/citron.h
+++ b/src/citron.h
@@ -25,7 +25,7 @@
*
*/
-/* $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.h,v 1.5 2003/11/03 05:11:47 tsi Exp $ */
+/* $XFree86: xc/programs/Xserver/hw/xfree86/input/citron/citron.h,v 1.4tsi Exp $ */
/*
* Based, in part, on code with the following copyright notice: