getitimer.2, clock_getcpuclockid.3, time.7: SEE ALSO: add timer_create(2)

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2009-02-10 14:42:17 +13:00
parent 527d64f841
commit 8699ebd957
3 changed files with 3 additions and 2 deletions

View File

@ -217,5 +217,6 @@ error.
.BR gettimeofday (2),
.BR sigaction (2),
.BR signal (2),
.BR timer_create (2),
.BR timerfd_create (2),
.BR time (7)

View File

@ -142,5 +142,6 @@ main(int argc, char *argv[])
.fi
.SH SEE ALSO
.BR clock_getres (2),
.BR timer_create (2),
.BR pthread_getcpuclockid (3),
.BR time (7)

View File

@ -171,7 +171,6 @@ see
.BR timerfd_create (2),
and
.BR timer_create (2).
.\" FIXME . timer_create() and friends are not yet in man-pages
.SH "SEE ALSO"
.BR date (1),
.BR time (1),
@ -186,7 +185,7 @@ and
.BR nanosleep (2),
.BR stat (2),
.BR time (2),
.\" FIXME . timer_create (2),
.BR timer_create (2),
.BR timerfd_create (2),
.BR times (2),
.BR utime (2),