From: Jörg Behrmann Date: Tue, 28 May 2024 15:55:00 +0000 (+0200) Subject: doc: add a paragraph before the matcher table X-Git-Tag: v23.1~42^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F2711%2Fhead;p=thirdparty%2Fmkosi.git doc: add a paragraph before the matcher table The table directly follows the definitions, which makes it difficult to tell apart from the previous definition. --- diff --git a/mkosi/resources/mkosi.md b/mkosi/resources/mkosi.md index 6ba83a0a1..71e6778b7 100644 --- a/mkosi/resources/mkosi.md +++ b/mkosi/resources/mkosi.md @@ -1686,6 +1686,10 @@ boolean argument: either `1`, `yes`, or `true` to enable, or `0`, `no`, `Environment=`. If no value is provided, check if the given key is in the environment regardless of which value it has. +This table shows which matchers support globs, rich comparisons and the default +value that is matched against if no value has been configured at the time the +config file is read: + | Matcher | Globs | Rich Comparisons | Default | |--------------------------|-------|------------------|---------------------------------------| | `Profile=` | no | no | match fails |