diff options
| author | Dima Dorfman <dd@FreeBSD.org> | 2001-07-22 12:41:39 +0000 |
|---|---|---|
| committer | Dima Dorfman <dd@FreeBSD.org> | 2001-07-22 12:41:39 +0000 |
| commit | 8432a67785074390b432b40233c9cddbf5913a9a (patch) | |
| tree | 63a545200e7e6dbb570fc4842458cff8bc4694d9 /usr.bin/time | |
| parent | b5cf87e26a33fe12c8e2238149b5896b328f7fe2 (diff) | |
Notes
Diffstat (limited to 'usr.bin/time')
| -rw-r--r-- | usr.bin/time/time.1 | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index e896f1ce765f..814152e94f91 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -60,7 +60,7 @@ After the finishes, .Nm writes to the standard error stream, -(in seconds): +(in seconds): the total time elapsed, the time used to execute the .Ar command @@ -82,7 +82,7 @@ The contents of the .Em rusage structure are printed as well. .It Fl o Ar file -Write the output to +Write the output to .Ar file instead of stderr. If .Ar file @@ -100,7 +100,7 @@ Some shells may provide a builtin command which is similar or identical to this utility. Consult the .Xr builtin 1 -manual page. +manual page. .Sh DIAGNOSTICS If .Ar command @@ -108,7 +108,7 @@ could be timed successfully, its exit status is returned. If .Ar command terminated abnormally, a warning message is output to stderr. -If the +If the .Ar command was found but could not be run, the exit status is 126. If no |
