From: Zbigniew Jędrzejewski-Szmek Date: Mon, 23 Feb 2015 23:59:17 +0000 (-0500) Subject: man: explain time units in tmpfiles X-Git-Tag: v219.0~607 X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=commitdiff_plain;h=00c53f4283ca41878a84b370840a84760b00d46e;hp=2c35d880de01c3f37b49b138455ed2c3641e34ca man: explain time units in tmpfiles https://bugzilla.redhat.com/show_bug.cgi?id=1195294 --- diff --git a/man/tmpfiles.d.xml b/man/tmpfiles.d.xml index 8815bf997..4bd0fcf75 100644 --- a/man/tmpfiles.d.xml +++ b/man/tmpfiles.d.xml @@ -443,23 +443,22 @@ delete when cleaning. If a file or directory is older than the current time minus the age field, it is deleted. The field format is a series of integers each followed by one of the - following postfixes for the respective time units: - - - - s - min - h - d - w - ms - m - us - + following postfixes for the respective time units: + s, + m or min, + h, + d, + w, + ms, + us, + respectively meaning seconds, minutes, hours, days, weeks, + milliseconds, and microseconds. Full names of the time units can + be used too. + If multiple integers and units are specified, the time - values are summed up. If an integer is given without a unit, - s is assumed. + values are summed. If an integer is given without a unit, + s is assumed. When the age is set to zero, the files are cleaned