diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/riverctl.1.scd | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/riverctl.1.scd b/doc/riverctl.1.scd index 7218a6c..7f1fcc3 100644 --- a/doc/riverctl.1.scd +++ b/doc/riverctl.1.scd @@ -281,11 +281,11 @@ matches everything while _\*\*_ and the empty string are invalid. If multiple rules in a list match a given view the most specific rule will be applied. For example with the following rules ``` - action app-id title - ssd foo bar - csd foo * - csd * bar - ssd * baz + app-id title action + foo bar ssd + foo * csd + * bar csd + * baz ssd ``` a view with app-id 'foo' and title 'bar' would get ssd despite matching two csd rules as the first rule is most specific. Furthermore a view |
