From cbf66bfb9aa0d666c4b252083e0abccfabb74664 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=B6rg=20Behrmann?= Date: Tue, 28 May 2024 17:55:00 +0200 Subject: [PATCH] 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. --- mkosi/resources/mkosi.md | 4 ++++ 1 file changed, 4 insertions(+) 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 | -- 2.47.2