]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
man: Reformulate triggering match sections a bit 3333/head
authorJörg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 7 Jan 2025 14:57:43 +0000 (15:57 +0100)
committerJörg Behrmann <behrmann@physik.fu-berlin.de>
Tue, 7 Jan 2025 14:57:43 +0000 (15:57 +0100)
mkosi/resources/man/mkosi.1.md

index 24a4dd51ff48312890520f46c64d059d4f545ef7..e90de83a86c3cbf7b90be6c9ec2eb128326917bb 100644 (file)
@@ -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ᵢ)