Brucifixion.

This commit is contained in:
Dag-Erling Smørgrav
1998-07-28 10:08:16 +00:00
parent 51f14853fd
commit 9b81ca853e
2 changed files with 17 additions and 43 deletions
+5 -28
View File
@@ -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 ,