diff options
| author | Sam Varshavchik <mrsam@courier-mta.com> | 2008-09-23 07:07:55 +0200 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2008-09-23 07:07:55 +0200 |
| commit | c3afed740a2df540368a10826f32a7b318f9bfe5 (patch) | |
| tree | 7d413b666352f36cea8ab436bb0fe337374d1bed | |
| parent | e7d807b7153623b241824b375030cf4866fcb312 (diff) | |
| download | man-pages-c3afed740a2df540368a10826f32a7b318f9bfe5.tar.gz | |
s/it_interval/it_value/ when talking about TIMERFD_ABSTIME.
| -rw-r--r-- | Changes | 1 | ||||
| -rw-r--r-- | man2/timerfd_create.2 | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -9,6 +9,7 @@ Contributors The following people contributed notes, ideas, or patches that have been incorporated in changes in this release: +Sam Varshavchik <mrsam@courier-mta.com> John Reiser <jreiser@bitwagon.com> Apologies if I missed anyone! diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2 index 8518c47214..78390294b4 100644 --- a/man2/timerfd_create.2 +++ b/man2/timerfd_create.2 @@ -15,7 +15,7 @@ .\" Foundation, Inc., 59 Temple Place, Suite 330, Boston, .\" MA 02111-1307 USA .\" -.TH TIMERFD_CREATE 2 2008-02-22 Linux "Linux Programmer's Manual" +.TH TIMERFD_CREATE 2 2008-09-23 Linux "Linux Programmer's Manual" .SH NAME timerfd_create, timerfd_settime, timerfd_gettime \- timers that notify via file descriptors @@ -138,7 +138,7 @@ specifies a time relative to the current value of the clock specified by or .BR TFD_TIMER_ABSTIME , to start an absolute timer -.RI ( new_value.it_interval +.RI ( new_value.it_value specifies an absolute time for the clock specified by .IR clockid ; that is, the timer will expire when the value of that |
