times.2: tfix: BUGS: clockid_t ==> clock_t

Reported-by: Simone Piccardi <piccardi@truelite.it>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2012-04-16 08:07:05 +12:00
parent b857fda584
commit 20d58e69bd
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ A limitation of the Linux system call conventions on some architectures
can return \-1, falsely indicating that an error occurred.
The same problem can occur when the return value wraps passed
the maximum value that can be stored in
.BR clockid_t .
.BR clock_t .
.\" The problem is that a syscall return of -4095 to -1
.\" is interpreted by glibc as an error, and the wrapper converts
.\" the return value to -1.