summaryrefslogtreecommitdiff
path: root/doc/libstddjb
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2017-08-10 19:29:51 +0000
committerLaurent Bercot <ska-skaware@skarnet.org>2017-08-10 19:29:51 +0000
commit2050f92e2da662aa9a27a67577228a24b1566bbd (patch)
tree631fe59d5fa182272a3ce16dfb45f3fd49e82f1d /doc/libstddjb
parenta28a432f7823cf2173d6f1e54c99438503d3174f (diff)
downloadskalibs-2050f92e2da662aa9a27a67577228a24b1566bbd.tar.xz
Doc typo fix
Diffstat (limited to 'doc/libstddjb')
-rw-r--r--doc/libstddjb/iopause.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/iopause.html b/doc/libstddjb/iopause.html
index 32ff625..0ddaade 100644
--- 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>