Browse Source

doc/utils: document the "s", "ms" and "us" suffixes for durations

These suffixes were introduced in 61c972384d
and completed in 8218249f1f.

Signed-off-by: Moritz Barsnick <barsnick@gmx.net>
tags/n4.4
Moritz Barsnick Gyan Doshi 4 years ago
parent
commit
7ab375f574
1 changed files with 4 additions and 2 deletions
  1. +4
    -2
      doc/utils.texi

+ 4
- 2
doc/utils.texi View File

@@ -110,11 +110,13 @@ maximum of 2 digits. The @var{m} at the end expresses decimal value for
@emph{or} @emph{or}


@example @example
[-]@var{S}+[.@var{m}...]
[-]@var{S}+[.@var{m}...][s|ms|us]
@end example @end example


@var{S} expresses the number of seconds, with the optional decimal part @var{S} expresses the number of seconds, with the optional decimal part
@var{m}.
@var{m}. The optional literal suffixes @samp{s}, @samp{ms} or @samp{us}
indicate to interpret the value as seconds, milliseconds or microseconds,
respectively.


In both expressions, the optional @samp{-} indicates negative duration. In both expressions, the optional @samp{-} indicates negative duration.




Loading…
Cancel
Save