]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: slightly reword LogFilterPatterns= description
authorFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 15 Apr 2024 15:16:18 +0000 (17:16 +0200)
committerFrantisek Sumsal <frantisek@sumsal.cz>
Mon, 15 Apr 2024 15:16:18 +0000 (17:16 +0200)
As there was something missing in the existing sentence.

man/systemd.exec.xml

index b6e75565da3e767e5ba6765e64dd1347e3957446..64b7b07fc7fa666c3f7ba72f7b81131c9d7890cc 100644 (file)
@@ -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>