diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-04-10 16:33:32 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2023-04-10 16:33:32 +0000 |
commit | 88b2c3df79a37327f56d08097c03dea2ace7594d (patch) | |
tree | b3475903aec6e361f81394bd174984afe778ed1c /driver/xf86-input-joystick/man | |
parent | e4138753e646f3440424e5eb43b3332c3e7ccda7 (diff) |
Update to xf86-input-joystick 1.6.4
Diffstat (limited to 'driver/xf86-input-joystick/man')
-rw-r--r-- | driver/xf86-input-joystick/man/Makefile.in | 1 | ||||
-rw-r--r-- | driver/xf86-input-joystick/man/joystick.man | 4 |
2 files changed, 3 insertions, 2 deletions
diff --git a/driver/xf86-input-joystick/man/Makefile.in b/driver/xf86-input-joystick/man/Makefile.in index a30af6e60..10b0fd028 100644 --- a/driver/xf86-input-joystick/man/Makefile.in +++ b/driver/xf86-input-joystick/man/Makefile.in @@ -265,6 +265,7 @@ pdfdir = @pdfdir@ prefix = @prefix@ program_transform_name = @program_transform_name@ psdir = @psdir@ +runstatedir = @runstatedir@ sbindir = @sbindir@ sdkdir = @sdkdir@ sharedstatedir = @sharedstatedir@ diff --git a/driver/xf86-input-joystick/man/joystick.man b/driver/xf86-input-joystick/man/joystick.man index 4158aa8d7..19c2ae343 100644 --- a/driver/xf86-input-joystick/man/joystick.man +++ b/driver/xf86-input-joystick/man/joystick.man @@ -11,7 +11,7 @@ Snipped for xorg.conf.d(5): .BI " Identifier \*q" joystick-all \*q .BI " Driver \*q" joystick \*q .BI " Option \*qMatchIsJoystick\*q \*q" on \*q -.BI " Option \*qMatchDevicePath \*q" /dev/input/event* \*q +.BI " Option \*qMatchDevicePath\*q \*q" /dev/input/event* \*q \ \ ... .B EndSection .fi @@ -380,7 +380,7 @@ You might also want to set the device "floating" to stop it from reporting core .SH "NOTES" It is not recommended to enable the .B joystick -input driver by default unless explicitely requested by the user. +input driver by default unless explicitly requested by the user. Configuration through .I InputClass |