From 00c53f4283ca41878a84b370840a84760b00d46e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Mon, 23 Feb 2015 18:59:17 -0500 Subject: [PATCH] man: explain time units in tmpfiles https://bugzilla.redhat.com/show_bug.cgi?id=1195294 --- man/tmpfiles.d.xml | 29 ++++++++++++++--------------- 1 file changed, 14 insertions(+), 15 deletions(-) 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 -- 2.30.2