From: Zbigniew Jędrzejewski-Szmek Date: Wed, 17 May 2023 09:16:56 +0000 (+0200) Subject: man/tmpfiles: fix off-by-one in example X-Git-Tag: v254-rc1~457^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F27669%2Fhead;p=thirdparty%2Fsystemd.git man/tmpfiles: fix off-by-one in example Reported and diagnosed by gitterman. Fixes #26617. --- diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index a105b8af394..f691eef25d8 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -647,7 +647,7 @@ w- /proc/sys/vm/swappiness - - - - 10 For example: # 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 - +d /tmp/foo/bar - - - bmA:1h - Note that while the aging algorithm is run an exclusive BSD file lock (see flock2) is