aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSam Varshavchik <mrsam@courier-mta.com>2008-09-23 07:17:40 +0200
committerMichael Kerrisk <mtk.manpages@gmail.com>2008-09-23 07:17:40 +0200
commit33fb70ba7caf5faecfd2de197b5abc070aff2f4e (patch)
treea1b6808dc55388af9a6d2a115ff8d7190cff5875
parentc3afed740a2df540368a10826f32a7b318f9bfe5 (diff)
downloadman-pages-33fb70ba7caf5faecfd2de197b5abc070aff2f4e.tar.gz
s/it_interval/it_value/ when talking about TIMERFD_ABSTIME (bis).
-rw-r--r--Changes4
-rw-r--r--man2/timerfd_create.22
2 files changed, 5 insertions, 1 deletions
diff --git a/Changes b/Changes
index 72d2851762..947a811e3c 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 78390294b4..9046c98b50 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