diff options
Diffstat (limited to 'usr.bin/time')
-rw-r--r-- | usr.bin/time/time.1 | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 4d29566..196042c 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -90,14 +90,12 @@ Makes output POSIX.2 compliant (each time is printed on its own line). .El .Pp -Most shells (including -.Xr csh 1 ) -have their own and syntactically different builtin version of -.Nm time . -The command described here -is available as -.Pa /usr/bin/time -to users of those shells. +Some shells may provide a builtin +.Nm +command which is similar or identical to this utility. Consult +the +.Xr builtin 1 +manual page. .Sh DIAGNOSTICS If .Ar command @@ -115,6 +113,7 @@ If encounters any other error, the exit status is between 1 and 125 included. .Sh SEE ALSO +.Xr builtin 1 , .Xr csh 1 , .Xr getrusage 2 , .Xr wait 2 |