diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-06 23:56:19 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2009-01-06 23:56:19 +0000 |
commit | 4d7169faddcbb9191d6921755ec0f97468b0bf7b (patch) | |
tree | aa07398e935bb07c275f2766f8a1f6e8b2c66bc6 /usr.bin/time | |
parent | c475cfeca396ccbc36b2cd44fb66f4bce0c809b0 (diff) |
i saw the previous was wrong as soon as i committed it: put the
built-in blurb in STANDARDS; we did once have a COMPATIBILITY section
which we merged with STANDARDS, so i think this is appropriate. it
certainly feels better than adding single sentences randomly to the
end of text bodies.
Diffstat (limited to 'usr.bin/time')
-rw-r--r-- | usr.bin/time/time.1 | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/usr.bin/time/time.1 b/usr.bin/time/time.1 index 59ae2eca816..92559237c13 100644 --- a/usr.bin/time/time.1 +++ b/usr.bin/time/time.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: time.1,v 1.16 2009/01/06 23:29:03 jmc Exp $ +.\" $OpenBSD: time.1,v 1.17 2009/01/06 23:56:18 jmc Exp $ .\" $NetBSD: time.1,v 1.5 1994/12/08 09:36:57 jtc Exp $ .\" .\" Copyright (c) 1980, 1991, 1993 @@ -67,13 +67,6 @@ The output is formatted as specified by .St -p1003.2-92 . .El .Pp -.Nm -also exists as a built-in to -.Xr csh 1 -and -.Xr ksh 1 , -though with a different syntax. -.Pp The .Nm utility shall exit with one of the following values: @@ -115,6 +108,13 @@ specification. The flag .Op Fl l is an extension to that specification. +.Pp +.Nm +also exists as a built-in to +.Xr csh 1 +and +.Xr ksh 1 , +though with a different syntax. .Sh HISTORY A .Nm |