Zsh Mailing List Archive
Messages sorted by: Reverse Date, Date, Thread, Author

manpage mentions old TIMEFMT



Hi,

a minor documentation bug:

       TIMEFMT
              The format of process time reports with the time  keyword.   The
              default is `%E real  %U user  %S system  %P %J'.  

but actually:

% zsh --version
zsh 4.3.17 (x86_64-unknown-linux-gnu)
% zsh -f 
juno% echo $TIMEFMT
%J  %U user %S system %P cpu %*E total

This probably went unnoticed for a loong time. :)

> Thu Jun 15 00:25:43 1995  Richard Coleman  <coleman@xxxxxxxxxxxxxxx>
> ...
>        * Changed the DEFAULT_TIMEFMT to
>          "%J  %U user %S system %P cpu %*E total".
>         From rc.

cheers,
-- 
Christian Neukirchen  <chneukirchen@xxxxxxxxx>  http://chneukirchen.org



Messages sorted by: Reverse Date, Date, Thread, Author