]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man/tmpfiles: fix off-by-one in example 27669/head
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 May 2023 09:16:56 +0000 (11:16 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Wed, 17 May 2023 09:18:37 +0000 (11:18 +0200)
Reported and diagnosed by gitterman. Fixes #26617.

man/tmpfiles.d.xml

index a105b8af394accd9986b3e12c84303900fd55b23..f691eef25d8549d6af1c25d7072ea3fb9044752b 100644 (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