aboutsummaryrefslogtreecommitdiffstats
path: root/man2/timerfd_create.2
diff options
context:
space:
mode:
Diffstat (limited to 'man2/timerfd_create.2')
-rw-r--r--man2/timerfd_create.23
1 files changed, 0 insertions, 3 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2
index 3bba13b4f0..2e0e285b35 100644
--- a/man2/timerfd_create.2
+++ b/man2/timerfd_create.2
@@ -369,14 +369,12 @@ These system calls are available on Linux since kernel 2.6.25.
Library support is provided by glibc since version 2.8.
.SH CONFORMING TO
These system calls are Linux-specific.
-
.SH BUGS
Currently,
.\" 2.6.29
.BR timerfd_create ()
supports fewer types of clock IDs than
.BR timer_create (2).
-
.SH EXAMPLE
The following program creates a timer and then monitors its progress.
The program accepts up to three command-line arguments.
@@ -539,7 +537,6 @@ main(int argc, char *argv[])
exit(EXIT_SUCCESS);
}
.fi
-
.SH "SEE ALSO"
.BR eventfd (2),
.BR poll (2),