git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

commit8ba3011afc49bb7536cf8e08d44e04e037843a11
parent0b5240db2b
authorIsaac Freund <[email protected]>
date2023-03-12 17:14
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 _\*_