summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2025-06-01 13:07:06 -0700
committerAlan Coopersmith <alan.coopersmith@oracle.com>2025-06-01 13:07:37 -0700
commita0aa387ba7a1694fa0a2f86832f3a2d6e7f465a1 (patch)
tree65f20d85faef90f5a5623c6579339b8b2b519d1d
parent196220ed3f7cb0bcc49f6d03142ad3d764dcdf8a (diff)
man page: Replace __xservername__ & __xconfigfile__ with Xorg & xorg.confHEADmaster
These were originally to allow distros to build using XFree86 & XF86config names, but we haven't supported that in nearly two decades now. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-input-mouse/-/merge_requests/24>
-rw-r--r--man/mousedrv.man12
1 files changed, 6 insertions, 6 deletions
diff --git a/man/mousedrv.man b/man/mousedrv.man
index 63d2f08..128718d 100644
--- a/man/mousedrv.man
+++ b/man/mousedrv.man
@@ -2,7 +2,7 @@
.ds q \N'34'
.TH MOUSE __drivermansuffix__ 2025-04-22 __vendorversion__
.SH NAME
-mouse \- __xservername__ mouse input driver
+mouse \- Xorg mouse input driver
.SH SYNOPSIS
.nf
.B "Section \*qInputDevice\*q"
@@ -16,7 +16,7 @@ mouse \- __xservername__ mouse input driver
.SH DESCRIPTION
.B mouse
is an
-.B __xservername__
+.B Xorg
input driver for mice.
The driver supports most available mouse types and interfaces,
though the level of support for types of mice depends on the OS.
@@ -74,13 +74,13 @@ remember that the connector at the very end of the mouse/adapter pair is
what matters.
.SH CONFIGURATION DETAILS
Depending on the X server version in use, input device options may be set
-in either a __xconfigfile__ file, an xorg.conf.d snippet,
+in either a xorg.conf file, an xorg.conf.d snippet,
or in the configuration files read by the Hardware Abstraction Layer (HAL)
daemon,
.BR hald (1).
.PP
Please refer to
-.BR __xconfigfile__ (__filemansuffix__)
+.BR xorg.conf (__filemansuffix__)
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.
@@ -336,8 +336,8 @@ There are some other options that may be used to control various parameters
for serial port communication, but they are not documented here because
the driver sets them correctly for each mouse protocol type.
.SH "SEE ALSO"
-.BR __xservername__ (__appmansuffix__),
-.BR __xconfigfile__ (__filemansuffix__),
+.BR Xorg (__appmansuffix__),
+.BR xorg.conf (__filemansuffix__),
.BR Xserver (__appmansuffix__),
.BR X (__miscmansuffix__),
.BR README.mouse .