summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-05-17 11:16:56 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2023-05-17 11:18:37 +0200
commitf90360eb7417e083650034ad819790df0c389bd1 (patch)
tree7ac8b665f4c6aca9b81206cb260f04a41a94c6a4
parent2f76f1cfaee2f775df8b367cb77aed751af45956 (diff)
downloadsystemd-f90360eb7417e083650034ad819790df0c389bd1.tar.gz
man/tmpfiles: fix off-by-one in example
Reported and diagnosed by gitterman. Fixes #26617.
-rw-r--r--man/tmpfiles.d.xml2
1 files changed, 1 insertions, 1 deletions
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</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