diff options
-rw-r--r-- | usr.bin/time/time.1 | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index dfbc45078c1..b29bae5a2ee 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.1,v 1.12 2003/06/03 02:56:18 millert Exp $ +.\" $OpenBSD: time.1,v 1.13 2003/06/23 21:46:02 jmc Exp $ .\" $NetBSD: time.1,v 1.5 1994/12/08 09:36:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -67,15 +67,12 @@ The output is formatted as specified by .St -p1003.2-92 . .El .Pp -.Xr csh 1 -has its own and syntactically different built-in version of -.Nm time . -The utility described here -is available as -.Pa /usr/bin/time -to -.Xr csh -users. +The +.Nm +utility exists as a built-in to most shells, +although they may be syntactically different. +The utility described here is available as +.Pa /usr/bin/time . .Pp The .Nm @@ -106,6 +103,7 @@ shall be that of .El .Sh SEE ALSO .Xr csh 1 , +.Xr sh 1 , .Xr getrusage 2 .Sh STANDARDS The |