From 5b4169f484ad2aac76c816503142067363b2c332 Mon Sep 17 00:00:00 2001 From: Colin Booth Date: Mon, 30 Mar 2020 17:48:53 +0000 Subject: skalibs: fix html errors Signed-off-by: Colin Booth --- doc/libstddjb/allreadwrite.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/libstddjb/allreadwrite.html') diff --git a/doc/libstddjb/allreadwrite.html b/doc/libstddjb/allreadwrite.html index 3e6c9c9..0dd5ea0 100644 --- a/doc/libstddjb/allreadwrite.html +++ b/doc/libstddjb/allreadwrite.html @@ -124,7 +124,7 @@ function.

size_t allread (int fd, char *s, size_t len)
-Equivalent to allreadwrite(&fd_read, fd, s, len) : attempts +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. @@ -132,7 +132,7 @@ an error occurs. EOF is reported as EPIPE.

size_t allwrite (int fd, char const *s, size_t len)
-Equivalent to allreadwrite((iofunc_t *)&fd_write, fd, s, len) : +Equivalent to allreadwrite((iofunc_t *)&fd_write, fd, s, len) : attempts to write len bytes from s to fd, looping around fd_write() if necessary, until either len bytes are written or an error occurs. -- cgit v1.2.3