diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-02-12 11:49:39 +0100 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2013-02-12 11:49:39 +0100 |
| commit | 7484d5a7dd04f2813f3490f3e1e5f3d2a4df121f (patch) | |
| tree | 8afd1eeddd0c249bc8658c0b8ca7fc9405fc0ace /man2/timerfd_create.2 | |
| parent | ec18b51355fef004a8af096cc8b73640f2e79aee (diff) | |
| download | man-pages-7484d5a7dd04f2813f3490f3e1e5f3d2a4df121f.tar.gz | |
getrlimit.2, setgid.2, timerfd_create.2, wait.2, getenv.3, if_nameindex.3, scanf.3, aio.7, numa.7, rtld-audit.7, udplite.7: Fix order of SH sections
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/timerfd_create.2')
| -rw-r--r-- | man2/timerfd_create.2 | 15 |
1 files changed, 9 insertions, 6 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 51c2bcff40..3bba13b4f0 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -369,6 +369,14 @@ 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. @@ -531,12 +539,7 @@ main(int argc, char *argv[]) exit(EXIT_SUCCESS); } .fi -.SH BUGS -Currently, -.\" 2.6.29 -.BR timerfd_create () -supports fewer types of clock IDs than -.BR timer_create (2). + .SH "SEE ALSO" .BR eventfd (2), .BR poll (2), |
