OSDN Git Service

Update README
[linuxjm/LDP_man-pages.git] / original / man2 / timerfd_create.2
index 21e1f62..cd07846 100644 (file)
@@ -16,7 +16,8 @@
 .\" <http://www.gnu.org/licenses/>.
 .\" %%%LICENSE_END
 .\"
-.\" FIXME: Linux 3.0: timerfd_settime() adds a TFD_TIMER_CANCEL_ON_SET flag.
+.\" FIXME Linux 3.0: timerfd_settime() adds a TFD_TIMER_CANCEL_ON_SET flag;
+.\" This flag needs to documented.
 .\"
 .TH TIMERFD_CREATE 2 2011-09-14 Linux "Linux Programmer's Manual"
 .SH NAME
@@ -69,6 +70,12 @@ of the timer, and must be either
 .B CLOCK_REALTIME
 or
 .BR CLOCK_MONOTONIC .
+.\" FIXME
+.\" Additional clocks are now supported:
+.\" CLOCK_REALTIME_ALARM and CLOCK_BOOTTIME_ALARM
+.\"    Since Linux 3.11, commit 11ffa9d6065f344a9bd769a2452f26f2f671e5f8
+.\" CLOCK_BOOTTIME
+.\"    Since Linux 3.15, commit 4a2378a943f09907fb1ae35c15de917f60289c14
 .B CLOCK_REALTIME
 is a settable system-wide clock.
 .B CLOCK_MONOTONIC
@@ -551,7 +558,7 @@ main(int argc, char *argv[])
 .BR epoll (7),
 .BR time (7)
 .SH COLOPHON
-This page is part of release 3.67 of the Linux
+This page is part of release 3.79 of the Linux
 .I man-pages
 project.
 A description of the project,