summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-07-18 12:39:01 +0000
committerLaurent Bercot <ska@appnovation.com>2022-07-18 12:39:01 +0000
commit69fb8c62a31e767be1464a7ccfe2a5bac331c4cc (patch)
tree5d444d670920f6ea7aaef36a426479541fdfb752 /doc
parentc555cd2ba1682f90fb5344d2865713fcd0f3c3e1 (diff)
downloadskalibs-69fb8c62a31e767be1464a7ccfe2a5bac331c4cc.tar.xz
Fix allread errno management
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/libstddjb/allreadwrite.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/allreadwrite.html b/doc/libstddjb/allreadwrite.html
index 1c31022..8003431 100644
--- a/doc/libstddjb/allreadwrite.html
+++ b/doc/libstddjb/allreadwrite.html
@@ -166,7 +166,7 @@ function.
Equivalent to <code> allreadwrite(&amp;fd_read, fd, s, len) </code>: attempts
to read <em>len</em> bytes from <em>fd</em> into <em>s</em>, looping around
<tt>fd_read()</tt> if necessary, until either <em>len</em> bytes are read or
-an error occurs. EOF is reported as EPIPE.
+an error occurs.
</p>
<p>