diff options
| author | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-09-08 15:40:46 +0000 |
|---|---|---|
| committer | Sheldon Hearn <sheldonh@FreeBSD.org> | 1999-09-08 15:40:46 +0000 |
| commit | c644db6aa2307baa08e3b3e7143b20cf12d7aaa1 (patch) | |
| tree | 450c1984c59205f991b47c9161042ddd5e9ae260 /usr.bin/time | |
| parent | 518dee7dbbc81ff945a452d9710e98c4e2d600e4 (diff) | |
Notes
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 4d29566bfbfa..196042c8a33c 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 |
