docs: fix typo in riverctl man page

This commit is contained in:
Isaac Freund 2023-03-12 17:14:57 +01:00
parent b2b2c9ed13
commit fe3c3b5246
No known key found for this signature in database
GPG Key ID: 86DED400DDFD7A11

View File

@ -246,10 +246,10 @@ A complete list may be found in _/usr/include/linux/input-event-codes.h_
## RULES ## RULES
Rules match either the app-id and title of views against a _glob_ pattern. Rules match the app-id and title of views against a _glob_ pattern. A _glob_
A _glob_ is a string that may optionally have an _\*_ at the beginning and/or is a string that may optionally have an _\*_ at the beginning and/or end. An
end. A _\*_ in a _glob_ matches zero or more arbitrary characters in the _\*_ in a _glob_ matches zero or more arbitrary characters in the app-id
app-id or title. or title.
For example, _abc_ is matched by _a\*_, _\*a\*_, _\*b\*_, _\*c_, _abc_, and For example, _abc_ is matched by _a\*_, _\*a\*_, _\*b\*_, _\*c_, _abc_, and
_\*_ but not matched by _\*a_, _b\*_, _\*b_, _\*c_, or _ab_. Note that _\*_ _\*_ but not matched by _\*a_, _b\*_, _\*b_, _\*c_, or _ab_. Note that _\*_