From f5d37f9b4d70a20adb1825fb9d8e6d3f743b270c Mon Sep 17 00:00:00 2001 From: akawama Date: Sat, 27 Jul 2024 14:04:44 +0000 Subject: [PATCH] docs: clarify input device name description The word "numerical" suggests both decimal and hexadecimal, so changed it to decimal. --- doc/riverctl.1.scd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index 01b05a1..a40eb90 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -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.