aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSeonghun Lim <wariua@gmail.com>2017-11-09 09:34:30 +0100
committerMichael Kerrisk <mtk.manpages@gmail.com>2017-11-09 09:34:30 +0100
commit251ebc1e3ae4da322c583df500453939dd85a59f (patch)
tree5ff825db585fd23565da7eb11701ed432ac07a06
parent0fd299bf6c0ef45b00091bc46083bd131f49279a (diff)
downloadman-pages-251ebc1e3ae4da322c583df500453939dd85a59f.tar.gz
timerfd_create.2: wfix
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
-rw-r--r--man2/timerfd_create.22
1 files changed, 1 insertions, 1 deletions
diff --git a/man2/timerfd_create.2 b/man2/timerfd_create.2
index 31ee21f315..b550c7cb90 100644
--- a/man2/timerfd_create.2
+++ b/man2/timerfd_create.2
@@ -148,7 +148,7 @@ The
.I new_value
argument specifies the initial expiration and interval for the timer.
The
-.I itimer
+.I itimerspec
structure used for this argument contains two fields,
each of which is in turn a structure of type
.IR timespec :