diff options
author | dana <dana@dana.is> | 2017-12-13 20:49:58 -0600 |
---|---|---|
committer | Peter Stephenson <pws@zsh.org> | 2017-12-14 15:36:46 +0000 |
commit | cb04ae40af123da88bf0209964965d17a9486325 (patch) | |
tree | 505bcf82722f7fa68050c7267068be40df5b0744 /Doc | |
parent | a3d92298ff9dd14c98b01c76d7e374499fd27ae7 (diff) | |
download | zsh-cb04ae40af123da88bf0209964965d17a9486325.tar.gz zsh-cb04ae40af123da88bf0209964965d17a9486325.tar.xz zsh-cb04ae40af123da88bf0209964965d17a9486325.zip |
add millisecond and microsecond options to TIMEFMT variable
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/Zsh/params.yo | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/Doc/Zsh/params.yo b/Doc/Zsh/params.yo index 5757111b2..bb5c8a54d 100644 --- a/Doc/Zsh/params.yo +++ b/Doc/Zsh/params.yo @@ -1616,10 +1616,12 @@ sitem(tt(%c))(Number of involuntary context switches.) sitem(tt(%J))(The name of this job.) endsitem() -A star may be inserted between the percent sign and flags printing time. -This cause the time to be printed in +A star may be inserted between the percent sign and flags printing time +(e.g., `tt(%*E)'); this causes the time to be printed in `var(hh)tt(:)var(mm)tt(:)var(ss)tt(.)var(ttt)' format (hours and minutes are only printed if they are not zero). +Alternatively, `tt(m)' or `tt(u)' may be used (e.g., `tt(%mE)') to produce +time output in milliseconds or microseconds, respectively. ) vindex(TMOUT) item(tt(TMOUT))( |