docs: clarify input device name description

The word "numerical" suggests both decimal and hexadecimal, so changed
it to decimal.

(cherry picked from commit f5d37f9b4d70a20adb1825fb9d8e6d3f743b270c)
This commit is contained in:
akawama 2024-07-27 14:04:44 +00:00 committed by Isaac Freund
parent 379f25fb3b
commit 4d11cd97e0
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -465,8 +465,8 @@ matches everything while _\*\*_ and the empty string are invalid.
The _input_ command can be used to create a configuration rule for an input
device identified by its _name_.
The _name_ of an input device consists of its type, its numerical vendor id,
its numerical product id and finally its self-advertised name, separated by -.
The _name_ of an input device consists of its type, its decimal vendor id,
its decimal product id and finally its self-advertised name, separated by -.
Simple globbing patterns are supported, see the rules section for further
information on globs.