public inbox for linux-man@vger.kernel.org
 help / color / mirror / Atom feed
* [patch] timerfd_create.2: fix timerfd_settime() argument description
@ 2011-04-30 15:19 Tomislav Jonjic
  2011-09-15  4:19 ` Michael Kerrisk
  0 siblings, 1 reply; 2+ messages in thread
From: Tomislav Jonjic @ 2011-04-30 15:19 UTC (permalink / raw)
  To: mtk.manpages-Re5JQEeQqe8AvxtiuMwx3w; +Cc: linux-man-u79uwXL29TY76Z2rM5mHXA

The initial expiration of the timer in timerfd_settime() is specified by
new_value.it_value, both for relative _and_ absolute timers.

diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2
index c09e030..ae9d922 100644
--- a/man2/timerfd_create.2
+++ b/man2/timerfd_create.2
@@ -152,7 +152,7 @@ are zero, the timer expires just once, at the time specified by
 The
 .I flags
 argument is either 0, to start a relative timer
-.RI ( new_value.it_interval
+.RI ( new_value.it_value
 specifies a time relative to the current value of the clock specified by
 .IR clockid ),
 or

--
Tomislav Jonjic


--
To unsubscribe from this list: send the line "unsubscribe linux-man" in
the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-09-15  4:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-30 15:19 [patch] timerfd_create.2: fix timerfd_settime() argument description Tomislav Jonjic
2011-09-15  4:19 ` Michael Kerrisk

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox