aboutsummaryrefslogtreecommitdiffstats
path: root/man2/timerfd_create.2
diff options
context:
space:
mode:
authorMichael Kerrisk <mtk.manpages@gmail.com>2009-02-10 12:36:28 +1300
committerMichael Kerrisk <mtk.manpages@gmail.com>2009-02-10 12:36:28 +1300
commit2bbb390720ffbf20f4c7cb466313db9a62d69c05 (patch)
treeb923585f4662db3b4dae7169b114c55b301d229b /man2/timerfd_create.2
parent5c9025973ed577511d7b5eb977bcd9dd517c60e5 (diff)
downloadman-pages-2bbb390720ffbf20f4c7cb466313db9a62d69c05.tar.gz
timerfd_create.2: ERRORS: add EFAULT
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
Diffstat (limited to 'man2/timerfd_create.2')
-rw-r--r--man2/timerfd_create.27
1 files changed, 7 insertions, 0 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2
index dbe62e1ed2..978361fc1f 100644
--- a/man2/timerfd_create.2
+++ b/man2/timerfd_create.2
@@ -334,6 +334,13 @@ can fail with the following errors:
.I fd
is not a valid file descriptor.
.TP
+.B EFAULT
+.IR new_value ,
+.IR old_value ,
+or
+.I curr_value
+is not valid a pointer.
+.TP
.B EINVAL
.I fd
is not a valid timerfd file descriptor.