From 33fb70ba7caf5faecfd2de197b5abc070aff2f4e Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Tue, 23 Sep 2008 07:17:40 +0200 Subject: [PATCH] s/it_interval/it_value/ when talking about TIMERFD_ABSTIME (bis). --- Changes | 4 ++++ man2/timerfd_create.2 | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Changes b/Changes index 72d285176..947a811e3 100644 --- a/Changes +++ b/Changes @@ -39,6 +39,10 @@ getpid.2 mtk, after a comment by John Reiser Describe getpid()'s PID caching and its consequences. +timerfd_create.2 + Sam Varshavchik + s/it_interval/it_value/ when talking about TIMERFD_ABSTIME. + dirfd.3 mtk Fix 'dir' argument name: should be 'dirp'. diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 78390294b..9046c98b5 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -143,7 +143,7 @@ specifies an absolute time for the clock specified by .IR clockid ; that is, the timer will expire when the value of that clock reaches the value specified in -.IR new_value.it_interval ). +.IR new_value.it_value ). The .I curr_value