Skip to content

Commit

Permalink
man: remove texts related to InputDevice (#345)
Browse files Browse the repository at this point in the history
Since xorg fully started to rely on hotplugging over decade,
modern tablet devices can be automatically detected.
This commit removes "Section InputDevice" related texts, which
is used when hotplugging is disabled.

Also, it replaces all "5X' to "5" to describe the proper references while
we're here.

Signed-off-by: Tatsunosuke Tobita <[email protected]>
  • Loading branch information
flying-elephant authored Jun 12, 2024
1 parent 418e38f commit bc795e9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions man/wacom.man
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@
wacom \- Wacom input driver
.SH SYNOPSIS
.nf
.B "Section \*qInputDevice\*q"
.B "Section \*qInputClass\*q"
.BI " Identifier \*q" idevname \*q
.B " MatchIsTablet \*qon\*q"
.BI " MatchDevicePath \*q" devpath \*q
.B " Driver \*qwacom\*q"
.BI " Option \*qDevice\*q \*q" devpath \*q
.B " Option \*q...\*q \*q ...\*q"
\ \ ...
.B EndSection
.fi
Expand All @@ -26,11 +28,9 @@ and requires the wacom kernel driver being loaded before this driver starts.
Please check https://github.com/linuxwacom for latest updates of Wacom X
and kernel drivers.
.SH DRIVER-INTERNAL DEVICE HOTPLUGGING
When input device hotplugging in the X server is enabled and no
.B InputDevice
section exists for a compatible tablet device and an
The
.B InputClass
section (see xorg.conf.d(5x)) assigns this driver for the device, the
section (see xorg.conf.d(5)) assigns this driver for the device, the
.B wacom
driver creates multiple X devices for each a physical device, one X device
for each available tool. The list of tools is hardware-dependent. See
Expand Down Expand Up @@ -59,7 +59,7 @@ possible to use a
.B MatchProduct
directive to match against this appended type name.
.SH CONFIGURATION DETAILS
Please refer to xorg.conf(5x) or xorg.conf.d(5x) for general configuration
Please refer to xorg.conf(5) or xorg.conf.d(5) 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.
.PP
Expand Down

0 comments on commit bc795e9

Please sign in to comment.