From 07ee7db9e27af0e581a61259636f7b9a737100fd Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 7 Sep 2011 20:37:55 +0200 Subject: [PATCH] timer_create.2: srcfix: Added FIXME Signed-off-by: Michael Kerrisk --- man2/timer_create.2 | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/man2/timer_create.2 b/man2/timer_create.2 index b38b5730c..b5448d1d8 100644 --- a/man2/timer_create.2 +++ b/man2/timer_create.2 @@ -20,6 +20,12 @@ .\" .\" Formatted or processed versions of this manual, if unaccompanied by .\" the source, must acknowledge the copyright and authors of this work. +.\" +.\" FIXME: Linux 2.6.39 adds CLOCK_BOOTTIME +.\" Does this also affect timerfd_create()? +.\" FIXME: Linux 2.3.0 adds CLOCK_BOOTTIME_ALARM and CLOCK_REALTIME_ALARM +.\" Does this also affect timerfd_create()? +.\" .TH TIMER_CREATE 2 2010-09-27 Linux "Linux Programmer's Manual" .SH NAME timer_create \- create a POSIX per-process timer