From f3d5157564992f1ef9f390b3ce0c7d3706ba0f19 Mon Sep 17 00:00:00 2001 From: Laurent Bercot Date: Sun, 4 Oct 2020 01:06:16 +0000 Subject: doc: fix URLs --- doc/libstddjb/allreadwrite.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'doc/libstddjb/allreadwrite.html') diff --git a/doc/libstddjb/allreadwrite.html b/doc/libstddjb/allreadwrite.html index 0dd5ea0..2619153 100644 --- a/doc/libstddjb/allreadwrite.html +++ b/doc/libstddjb/allreadwrite.html @@ -46,9 +46,9 @@ use higher-level APIs such as buffer and

typedef ssize_t iofunc_t (int fd, char *buf, size_t len)
This is the simplified type of IO functions such as -read() +read() and -write(). +write().

@@ -97,28 +97,28 @@ set errno to EWOULDBLOCK or EAGAIN.

ssize_t fd_read (int fd, char *s, size_t len)
Safe wrapper around the -read() +read() function.

ssize_t fd_write (int fd, char const *s, size_t len)
Safe wrapper around the -write() +write() function.

ssize_t fd_recv (int fd, char *s, size_t len, unsigned int flags)
Safe wrapper around the -recv() +recv() function.

ssize_t fd_send (int fd, char const *s, size_t len, unsigned int flags)
Safe wrapper around the -send() +send() function.

-- cgit v1.2.3