diff options
author | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-03-29 11:40:39 +0000 |
---|---|---|
committer | Jerry Jelinek <jerry.jelinek@joyent.com> | 2017-03-29 11:40:39 +0000 |
commit | 8005dd7c9acaac2b9b39100ae7f9b99f478caf80 (patch) | |
tree | 41fd7b9e98c0b610549b4ab424ee96475df79c1d /usr/src/man/man3c | |
parent | 6c6de9cfb599f52d7ac3fa90ff7c026e995b5c00 (diff) | |
parent | c71d194a355d17467b4730bbc641c3a40bfb68fd (diff) | |
download | illumos-joyent-release-20170330.tar.gz |
[illumos-gate merge]release-20170330
commit c71d194a355d17467b4730bbc641c3a40bfb68fd
8003 man page typos
commit 714901a982d5d1bbb9fd9f5e46ddd7cacfcf9cdc
7986 loader: remove network mask calculation for Classful network
commit ce326879a41b052db3abafb44e551f9d9c40cdba
7982 zfstest -a destroys rpool on IDE disks and should strip partition numbers
Diffstat (limited to 'usr/src/man/man3c')
-rw-r--r-- | usr/src/man/man3c/eventfd.3c | 4 | ||||
-rw-r--r-- | usr/src/man/man3c/timerfd_create.3c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/usr/src/man/man3c/eventfd.3c b/usr/src/man/man3c/eventfd.3c index 459f0457f9..b0c74e1d51 100644 --- a/usr/src/man/man3c/eventfd.3c +++ b/usr/src/man/man3c/eventfd.3c @@ -11,7 +11,7 @@ .\" .\" Copyright (c) 2014, Joyent, Inc. All Rights Reserved. .\" -.Dd April 9, 2016 +.Dd March 26, 2017 .Dt EVENTFD 3C .Os .Sh NAME @@ -96,7 +96,7 @@ depend on the disposition of .Sy EFD_SEMAPHORE with respect to the instance: if -.Sy EFD_SEMAPTHORE +.Sy EFD_SEMAPHORE was set when the instance was created, .Xr read 2 will 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) |