]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
docs: correct parenthesis placement in 'man/tmpfiles.d.xml'
authorNAHO <90870942+trueNAHO@users.noreply.github.com>
Sun, 22 Oct 2023 16:34:24 +0000 (18:34 +0200)
committerLuca Boccassi <luca.boccassi@gmail.com>
Sun, 22 Oct 2023 17:12:58 +0000 (18:12 +0100)
Correct the parenthesis placement in 'man/tmpfiles.d.xml' to prevent the
following formatting:

> lock ( shared or exclusive) is

man/tmpfiles.d.xml

index 208fce262541a5faba4e36e0dd33ac7554f36218..03faa66a54db9858e4a586cef204544deb139894 100644 (file)
@@ -678,8 +678,8 @@ d /tmp/foo/bar - - - bmA:1h -</programlisting></para>
 
       <para>Note that while the aging algorithm is run an exclusive BSD file lock (see <citerefentry
       project='man-pages'><refentrytitle>flock</refentrytitle><manvolnum>2</manvolnum></citerefentry>) 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.</para>