X-Git-Url: https://git.saurik.com/apple/libc.git/blobdiff_plain/3d9156a7a519a5e3aa1b92e9d9d4b991f1aed7ff..HEAD:/gen/FreeBSD/time.3 diff --git a/gen/FreeBSD/time.3 b/gen/FreeBSD/time.3 index a3ba1d9..e694537 100644 --- a/gen/FreeBSD/time.3 +++ b/gen/FreeBSD/time.3 @@ -13,10 +13,6 @@ .\" 2. Redistributions in binary form must reproduce the above copyright .\" notice, this list of conditions and the following disclaimer in the .\" documentation and/or other materials provided with the distribution. -.\" 3. All advertising materials mentioning features or use of this software -.\" must display the following acknowledgement: -.\" This product includes software developed by the University of -.\" California, Berkeley and its contributors. .\" 4. Neither the name of the University nor the names of its contributors .\" may be used to endorse or promote products derived from this software .\" without specific prior written permission. @@ -34,7 +30,7 @@ .\" SUCH DAMAGE. .\" .\" @(#)time.3 8.1 (Berkeley) 6/4/93 -.\" $FreeBSD: src/lib/libc/gen/time.3,v 1.13 2004/07/02 19:07:30 ru Exp $ +.\" $FreeBSD: src/lib/libc/gen/time.3,v 1.15 2007/01/09 00:27:55 imp Exp $ .\" .Dd July 18, 2003 .Dt TIME 3 @@ -53,7 +49,8 @@ The .Fn time function returns the value of time in seconds since 0 hours, 0 minutes, -0 seconds, January 1, 1970, Coordinated Universal Time. +0 seconds, January 1, 1970, Coordinated Universal Time, +without including leap seconds. If an error occurs, .Fn time returns the value @@ -77,6 +74,11 @@ The .Nm function conforms to .St -p1003.1-2001 . +.Sh HISTORY +A +.Fn time +function appeared in +.At v6 . .Sh BUGS Neither .St -isoC-99 @@ -97,8 +99,3 @@ standards (including older versions of did not set .No \&* Ns Va tloc in the error case. -.Sh HISTORY -A -.Fn time -function appeared in -.At v6 .