diff options
-rw-r--r-- | man/suntcx.man | 6 | ||||
-rw-r--r-- | src/tcx_driver.c | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/man/suntcx.man b/man/suntcx.man index 82dc1bd..fd0f7dd 100644 --- a/man/suntcx.man +++ b/man/suntcx.man @@ -14,17 +14,17 @@ suntcx \- TCX video driver .fi .SH DESCRIPTION .B suntcx -is an XFree86 driver for Sun TCX video cards. +is an __xservername__ driver for Sun TCX video cards. THIS MAN PAGE NEEDS TO BE FILLED IN. .SH SUPPORTED HARDWARE The .B suntcx driver supports... .SH CONFIGURATION DETAILS -Please refer to XF86Config(__filemansuffix__) for general configuration +Please refer to __xconfigfile__(__filemansuffix__) for general configuration details. This section only covers configuration details specific to this driver. .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 Authors include: Jakub Jelinek <jakub@redhat.com> diff --git a/src/tcx_driver.c b/src/tcx_driver.c index 3c156af..86d1f38 100644 --- a/src/tcx_driver.c +++ b/src/tcx_driver.c @@ -104,7 +104,7 @@ static XF86ModuleVersionInfo suntcxVersRec = MODULEVENDORSTRING, MODINFOSTRING1, MODINFOSTRING2, - XF86_VERSION_CURRENT, + XORG_VERSION_CURRENT, TCX_MAJOR_VERSION, TCX_MINOR_VERSION, TCX_PATCHLEVEL, ABI_CLASS_VIDEODRV, ABI_VIDEODRV_VERSION, |