diff options
Diffstat (limited to 'usr.bin/time/time.1')
-rw-r--r-- | usr.bin/time/time.1 | 33 |
1 files changed, 5 insertions, 28 deletions
diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 1c8bb77..f0fd00a 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -39,8 +39,7 @@ .Nd time command execution .Sh SYNOPSIS .Nm -.Op Fl l -.Op Fl a +.Op Fl al .Op Fl o Ar file .Ar command .Sh DESCRIPTION @@ -68,15 +67,15 @@ process. .Pp Available options: .Bl -tag -width Ds -.It Fl l -The contents of the -.Em rusage -structure are printed as well. .It Fl a If the .Fl o flag is used, append to the specified file rather than overwriting it. Otherwise, this option has no effect. +.It Fl l +The contents of the +.Em rusage +structure are printed as well. .It Fl o Ar file Write the output to .Ar file @@ -86,7 +85,6 @@ exists and the .Fl a flag is not specified, the file will be overwritten. .El -.Sh NOTES .Pp The .Xr csh 1 @@ -98,27 +96,6 @@ is available as to .Xr csh users. -The output of -.Nm -can be directed to standard output by specifying -.Do -- -.Dc -as the argument to the -.Fl a -or -.Fl o -option. -.Pp -The -.Fl a -and -.Fl o -options are mutually exclusive. -.Sh BUGS -The granularity of seconds on micro processors is crude and -can result in times being reported for CPU usage which are too large by -a second. .Sh SEE ALSO .Xr csh 1 , .Xr getrusage 2 , |