diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-29 12:30:39 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-10-29 13:34:57 +0200 |
| commit | cda56b8eed48f8d708d0f94fe35d66c997d5d086 (patch) | |
| tree | 1d51ea9e08cc99e494bb8d1038974e99f76df673 /man2/timerfd_create.2 | |
| parent | 3b1fdaf38ff7a410678580314d3652d53028db80 (diff) | |
| download | man-pages-cda56b8eed48f8d708d0f94fe35d66c997d5d086.tar.gz | |
timerfd_create.2: srcfix: FIXME tidy-up
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/timerfd_create.2')
| -rw-r--r-- | man2/timerfd_create.2 | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 361375ce22..edb2407701 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -72,10 +72,13 @@ 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 +.\" 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 |
