Skip to content

Commit

Permalink
docs: correct parenthesis placement in 'man/tmpfiles.d.xml'
Browse files Browse the repository at this point in the history
Correct the parenthesis placement in 'man/tmpfiles.d.xml' to prevent the
following formatting:

> lock ( shared or exclusive) is
  • Loading branch information
trueNAHO authored and bluca committed Oct 22, 2023
1 parent b98c4f1 commit e6e5a27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions man/tmpfiles.d.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit e6e5a27

Please sign in to comment.