summaryrefslogtreecommitdiffstats
path: root/usr.bin/time/time.1
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>1998-07-28 10:08:16 +0000
committerdes <des@FreeBSD.org>1998-07-28 10:08:16 +0000
commit4e25ac7f8b4a800a937e11b06652ca929a37d468 (patch)
treedf4318cfdfc41d56a2d9bf40794b387f13a932cd /usr.bin/time/time.1
parentebdd0888b15b7f91c651f54813a4d70ab81247e2 (diff)
downloadFreeBSD-src-4e25ac7f8b4a800a937e11b06652ca929a37d468.zip
FreeBSD-src-4e25ac7f8b4a800a937e11b06652ca929a37d468.tar.gz
Brucifixion.
Diffstat (limited to 'usr.bin/time/time.1')
-rw-r--r--usr.bin/time/time.133
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 ,
OpenPOWER on IntegriCloud