summaryrefslogtreecommitdiffstats
path: root/man/systemd.exec.xml
diff options
context:
space:
mode:
authorFrantisek Sumsal <frantisek@sumsal.cz>2024-04-15 17:16:18 +0200
committerFrantisek Sumsal <frantisek@sumsal.cz>2024-04-15 17:16:18 +0200
commitad444dd8e85882d2f3d16f2335322416a3be1e9a (patch)
treea79f9c3bca3b50b8fbf8a9f633b0de00e1736897 /man/systemd.exec.xml
parentdissect: refuse to use diskseq if ID_IGNORE_DISKSEQ=1 is specified (diff)
downloadsystemd-ad444dd8e85882d2f3d16f2335322416a3be1e9a.tar.xz
systemd-ad444dd8e85882d2f3d16f2335322416a3be1e9a.zip
man: slightly reword LogFilterPatterns= description
As there was something missing in the existing sentence.
Diffstat (limited to 'man/systemd.exec.xml')
-rw-r--r--man/systemd.exec.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd.exec.xml b/man/systemd.exec.xml
index b6e75565da..64b7b07fc7 100644
--- a/man/systemd.exec.xml
+++ b/man/systemd.exec.xml
@@ -3175,8 +3175,8 @@ StandardInputData=V2XigLJyZSBubyBzdHJhbmdlcnMgdG8gbG92ZQpZb3Uga25vdyB0aGUgcnVsZX
<literal>\x7efoobar</literal> would add a pattern matching <literal>~foobar</literal> to the allow list.</para>
<para>Log messages are tested against denied patterns (if any), then against allowed patterns
- (if any). If a log message matches any of the denied patterns, it will be discarded, whatever the
- allowed patterns. Then, remaining log messages are tested against allowed patterns. Messages matching
+ (if any). If a log message matches any of the denied patterns, it is discarded immediately without considering
+ allowed patterns. Remaining log messages are tested against allowed patterns. Messages matching
against none of the allowed pattern are discarded. If no allowed patterns are defined, then all
messages are processed directly after going through denied filters.</para>