From: Jörg Behrmann Date: Tue, 7 Jan 2025 14:57:43 +0000 (+0100) Subject: man: Reformulate triggering match sections a bit X-Git-Tag: v25~74^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F3333%2Fhead;p=thirdparty%2Fmkosi.git man: Reformulate triggering match sections a bit --- diff --git a/mkosi/resources/man/mkosi.1.md b/mkosi/resources/man/mkosi.1.md index 24a4dd51f..e90de83a8 100644 --- a/mkosi/resources/man/mkosi.1.md +++ b/mkosi/resources/man/mkosi.1.md @@ -409,7 +409,7 @@ in `[Match]`, i.e. all normal conditions are joined by a logical AND and all triggering conditions are joined by a logical OR. When mixing `[Match]` and `[TriggerMatch]` sections, a match is achieved when all `[Match]` sections match and at least one `[TriggerMatch]` section -matches. No match sections are valued as true. Logically this means: +matches. The absence of match sections is valued as true. Logically this means: ``` (⋀ᵢ Matcháµ¢) ∧ (⋁ᵢ TriggerMatcháµ¢)