From f90360eb7417e083650034ad819790df0c389bd1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 17 May 2023 11:16:56 +0200 Subject: man/tmpfiles: fix off-by-one in example Reported and diagnosed by gitterman. Fixes #26617. --- man/tmpfiles.d.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'man') diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index a105b8af39..f691eef25d 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 -- cgit v1.2.1