]> git.saurik.com Git - apple/libc.git/blobdiff - gen/FreeBSD/clock.3
Libc-763.13.tar.gz
[apple/libc.git] / gen / FreeBSD / clock.3
index cff60dc80937cafba6e4b0259c3a6b88603701db..1869d0992538febd6eb2a84233f599f8d28acc13 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.
 .\"
 .\"     @(#)clock.3    8.1 (Berkeley) 6/4/93
-.\" $FreeBSD: src/lib/libc/gen/clock.3,v 1.11 2001/11/20 13:43:58 ru Exp $
+.\" $FreeBSD: src/lib/libc/gen/clock.3,v 1.12 2007/01/09 00:27:53 imp Exp $
 .\"
 .Dd June 4, 1993
 .Dt CLOCK 3
@@ -68,13 +64,9 @@ case the return value is \-1.
 The
 .Fn clock
 function conforms to
-.St -isoC .
-However,
-.St -susv2
-requires
+.St -isoC
+and
+.St -susv3
+which requires
 .Dv CLOCKS_PER_SEC
 to be defined as one million.
-.Fx
-does not conform to this requirement;
-changing the value would introduce binary incompatibility
-and one million is still inadequate on modern processors.