From 69fb8c62a31e767be1464a7ccfe2a5bac331c4cc Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Mon, 18 Jul 2022 12:39:01 +0000 Subject: Fix allread errno management Signed-off-by: Laurent Bercot --- doc/libstddjb/allreadwrite.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/libstddjb') 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 allreadwrite(&fd_read, fd, s, len) : attempts to read len bytes from fd into s, looping around fd_read() if necessary, until either len bytes are read or -an error occurs. EOF is reported as EPIPE. +an error occurs.

-- cgit v1.2.3