diff options
| author | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-10-20 16:55:10 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2017-10-20 16:55:10 +0200 |
| commit | 26cd31fd4acafbf68a17d420f3946683792f9be8 (patch) | |
| tree | 06090ed3a756c9fedf4a603f3ffae1352fcc7bb0 /man2/timerfd_create.2 | |
| parent | cdcc4450a0f72de4e00e4867817defe91b5c088b (diff) | |
| download | man-pages-26cd31fd4acafbf68a17d420f3946683792f9be8.tar.gz | |
access.2, delete_module.2, eventfd.2, fallocate.2, fcntl.2, getrandom.2, init_module.2, open.2, seccomp.2, timerfd_create.2, openpty.3, pthread_spin_lock.3, shm_open.3, tempnam.3, fifo.7, keyrings.7, pid_namespaces.7, sched.7, thread-keyring.7: wfix (will fail --> fail/fails)
Reported-by: Pedro Alves <palves@redhat.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/timerfd_create.2')
| -rw-r--r-- | man2/timerfd_create.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 0401a68f19..31ee21f315 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -297,7 +297,7 @@ flag). .IP A .BR read (2) -will fail with the error +fails with the error .B EINVAL if the size of the supplied buffer is less than 8 bytes. .IP @@ -313,7 +313,7 @@ was specified when calling .BR timerfd_settime (), then .BR read (2) -will fail with the error +fails with the error .BR ECANCELED if the real-time clock undergoes a discontinuous change. (This allows the reading application to discover |
