summaryrefslogtreecommitdiff
path: root/doc/libstddjb
diff options
context:
space:
mode:
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>