]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/time.3
Libc-1439.100.3.tar.gz
[apple/libc.git] / gen / FreeBSD / time.3
index a3ba1d9b263486753ae8cf91b3568a8900af75e4..e69453753266df75a30bdd65003d2e64f1ff4728 100644 (file)
 .\" 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 .