diff options
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> |