diff options
author | dd <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
---|---|---|
committer | dd <dd@FreeBSD.org> | 2001-07-15 08:06:20 +0000 |
commit | 911ca14c8798a89d240d36ecbc63b5df5dd99f66 (patch) | |
tree | 62f210bf3aee25e49335dc77030fff6e97fbe447 /usr.bin/time | |
parent | a145482cf625d5f04072fd1d20b5c2062cbe8e47 (diff) | |
download | FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.zip FreeBSD-src-911ca14c8798a89d240d36ecbc63b5df5dd99f66.tar.gz |
Remove whitespace at EOL.
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 ce21239..e96aeed 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 |