From e6e5a272edf7211f395045bd51cd14a1946fa9d9 Mon Sep 17 00:00:00 2001 From: NAHO <90870942+trueNAHO@users.noreply.github.com> Date: Sun, 22 Oct 2023 18:34:24 +0200 Subject: [PATCH] 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 --- man/tmpfiles.d.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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. -- 2.47.3