HOWTO: update time specification
authorSitsofe Wheeler <sitsofe@yahoo.com>
Thu, 22 Jun 2017 06:20:34 +0000 (07:20 +0100)
committerSitsofe Wheeler <sitsofe@yahoo.com>
Mon, 26 Jun 2017 22:46:45 +0000 (23:46 +0100)
Add that time may take a suffix for day and list all time suffixes in
the same format.

Signed-off-by: Sitsofe Wheeler <sitsofe@yahoo.com>
HOWTO

diff --git a/HOWTO b/HOWTO
index 33395f9cdb8b7518e132a32bf1d7e2aef3a314b5..efafc88f7f6544c664722b52a6768c44b0f11ce0 100644 (file)
--- a/HOWTO
+++ b/HOWTO
@@ -470,10 +470,10 @@ Parameter types
     String. This is a sequence of alpha characters.
 
 **time**
-       Integer with possible time suffix. In seconds unless otherwise
-       specified, use e.g. 10m for 10 minutes. Accepts s/m/h for seconds, minutes,
-       and hours, and accepts 'ms' (or 'msec') for milliseconds, and 'us' (or
-       'usec') for microseconds.
+       Integer with possible time suffix.  Without a unit value is interpreted as
+       seconds unless otherwise specified.  Accepts a suffix of 'd' for days, 'h' for
+       hours, 'm' for minutes, 's' for seconds, 'ms' (or 'msec') for milliseconds and
+       'us' (or 'usec') for microseconds.  For example, use 10m for 10 minutes.
 
 .. _int: