man/tmpfiles: fix off-by-one in example

Reported and diagnosed by gitterman. Fixes #26617.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2023-05-17 11:16:56 +02:00
parent 2f76f1cfae
commit f90360eb74

View file

@ -647,7 +647,7 @@ w- /proc/sys/vm/swappiness - - - - 10</programlisting></para>
<para>For example:<programlisting>
# Files created and modified, and directories accessed more than
# an hour ago in "/tmp/foo/bar", are subject to time-based cleanup.
d /tmp/foo/bar - - - - bmA:1h -</programlisting></para>
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