docs: fix typo in riverctl man page
This commit is contained in:
parent
b2b2c9ed13
commit
fe3c3b5246
@ -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 _\*_
|
||||||
|
Loading…
Reference in New Issue
Block a user