commit 2050f92e2da662aa9a27a67577228a24b1566bbd
parent a28a432f7823cf2173d6f1e54c99438503d3174f
Author: Laurent Bercot <ska-skaware@skarnet.org>
Date: Thu, 10 Aug 2017 19:29:51 +0000
Doc typo fix
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/libstddjb/iopause.html b/doc/libstddjb/iopause.html
@@ -65,7 +65,7 @@ to select on. If <em>x</em> is an <tt>iopause_fd</tt>:
<li> When the selection function returns, <em>x</em>.revents contains
a disjunction of the following flags:
<ul>
- <li> IOPAUSE_READ if the fd is readable (this include reception of an EOF). </li>
+ <li> IOPAUSE_READ if the fd is readable (this includes reception of an EOF). </li>
<li> IOPAUSE_WRITE if the fd is writable. </li>
<li> IOPAUSE_EXCEPT if an exception (such as EOF or an error) occurred on the fd. </li>
</ul> </li>