From fe3c3b52463f206e63b8687909b2b01b47ee919a Mon Sep 17 00:00:00 2001 From: Isaac Freund Date: Sun, 12 Mar 2023 17:14:57 +0100 Subject: [PATCH] docs: fix typo in riverctl man page --- doc/riverctl.1.scd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index 9809b4c..fbb160a 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -246,10 +246,10 @@ A complete list may be found in _/usr/include/linux/input-event-codes.h_ ## RULES -Rules match either the app-id and title of views against a _glob_ pattern. -A _glob_ is a string that may optionally have an _\*_ at the beginning and/or -end. A _\*_ in a _glob_ matches zero or more arbitrary characters in the -app-id or title. +Rules match the app-id and title of views against a _glob_ pattern. A _glob_ +is a string that may optionally have an _\*_ at the beginning and/or end. An +_\*_ in a _glob_ matches zero or more arbitrary characters in the app-id +or title. For example, _abc_ is matched by _a\*_, _\*a\*_, _\*b\*_, _\*c_, _abc_, and _\*_ but not matched by _\*a_, _b\*_, _\*b_, _\*c_, or _ab_. Note that _\*_