clock.3: CLOCKS_PER_SEC = 1000000 is required by XSI, not POSIX

Debian Bug #728213 reported by Tanaka Akira <akr@fsij.org>

See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=728213

Signed-off-by: Stéphane Aulery <saulery@free.fr>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Stéphane Aulery 2015-03-07 16:15:30 +01:00 committed by Michael Kerrisk
parent 520c3a8b9d
commit 504b1c79a6
1 changed files with 1 additions and 1 deletions

View File

@ -49,7 +49,7 @@ be represented, the function returns the value
.IR (clock_t)\ \-1 .
.SH CONFORMING TO
C89, C99, POSIX.1-2001.
POSIX requires that
XSI requires that
.B CLOCKS_PER_SEC
equals 1000000 independent
of the actual resolution.