man page: Replace __xservername__ & __xconfigfile__ with Xorg & xorg.conf

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>
This commit is contained in:
Alan Coopersmith
2025-06-01 13:07:06 -07:00
parent 196220ed3f
commit a0aa387ba7

View File

@@ -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 .