diff options
author | Laurent Bercot <ska-skaware@skarnet.org> | 2022-07-18 12:39:01 +0000 |
---|---|---|
committer | Laurent Bercot <ska@appnovation.com> | 2022-07-18 12:39:01 +0000 |
commit | 69fb8c62a31e767be1464a7ccfe2a5bac331c4cc (patch) | |
tree | 5d444d670920f6ea7aaef36a426479541fdfb752 /doc | |
parent | c555cd2ba1682f90fb5344d2865713fcd0f3c3e1 (diff) | |
download | skalibs-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.html | 2 |
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(&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> |