From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Sun, 22 Oct 2023 16:34:24 +0000 (+0200) Subject: docs: correct parenthesis placement in 'man/tmpfiles.d.xml' X-Git-Tag: v255-rc1~168 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e6e5a272edf7211f395045bd51cd14a1946fa9d9;p=thirdparty%2Fsystemd.git docs: correct parenthesis placement in 'man/tmpfiles.d.xml' Correct the parenthesis placement in 'man/tmpfiles.d.xml' to prevent the following formatting: > lock ( shared or exclusive) is --- diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 208fce26254..03faa66a54d 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -678,8 +678,8 @@ d /tmp/foo/bar - - - bmA:1h - Note that while the aging algorithm is run an exclusive BSD file lock (see flock2) is - taken on each directory/file the algorithm decides to remove. If the aging algorithm finds a lock ( - shared or exclusive) is already taken on some directory/file, it (and everything below it) is skipped. + taken on each directory/file the algorithm decides to remove. If the aging algorithm finds a lock + (shared or exclusive) is already taken on some directory/file, it (and everything below it) is skipped. Applications may use this to temporarily exclude certain directory subtrees from the aging algorithm: the applications can take a BSD file lock themselves, and as long as they keep it aging of the directory/file and everything below it is disabled.