diff options
author | Dillon Amburgey <dillona@dillona.com> | 2017-03-25 13:05:04 -0400 |
---|---|---|
committer | Robert Mustacchi <rm@joyent.com> | 2017-03-28 23:59:59 +0000 |
commit | c71d194a355d17467b4730bbc641c3a40bfb68fd (patch) | |
tree | b8084fc7db23fc5f4cab6e41f1422778795d3ba9 /usr/src/man/man3c/timerfd_create.3c | |
parent | 714901a982d5d1bbb9fd9f5e46ddd7cacfcf9cdc (diff) | |
download | illumos-joyent-c71d194a355d17467b4730bbc641c3a40bfb68fd.tar.gz |
8003 man page typos
Reviewed by: Yuri Pankov <yuri.pankov@gmail.com>
Reviewed by: Toomas Soome <tsoome@me.com>
Reviewed by: Dale Ghent <daleg@elemental.org>
Approved by: Robert Mustacchi <rm@joyent.com>
Diffstat (limited to 'usr/src/man/man3c/timerfd_create.3c')
-rw-r--r-- | usr/src/man/man3c/timerfd_create.3c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3c/timerfd_create.3c b/usr/src/man/man3c/timerfd_create.3c index 68a7d17b17..432717f6e9 100644 --- a/usr/src/man/man3c/timerfd_create.3c +++ b/usr/src/man/man3c/timerfd_create.3c @@ -11,7 +11,7 @@ .\" .\" Copyright (c) 2015, Joyent, Inc. All Rights Reserved. .\" -.Dd April 9, 2016 +.Dd March 26, 2017 .Dt TIMERFD 3C .Os .Sh NAME @@ -129,7 +129,7 @@ If the buffer specified to .Xr read 2 is less than eight bytes in length, -.Sy EINAVL +.Sy EINVAL will be returned. .Ed .It Sy poll(2), port_get(3C), epoll_wait(3C) |