summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLaurent Bercot <ska-skaware@skarnet.org>2022-06-08 09:48:11 +0000
committerLaurent Bercot <ska@appnovation.com>2022-06-08 09:48:11 +0000
commitc4e81d83b248aa356849fc6a31920c177b5df999 (patch)
tree7b7516686db13bfb3643c0965fded313ea7240a9 /doc
parent6d419ff3e5a0e645e8fe9635d6ca139d5b7e3e7a (diff)
downloadskalibs-c4e81d83b248aa356849fc6a31920c177b5df999.tar.xz
Clean up / homogenize openreadnclose() family
Signed-off-by: Laurent Bercot <ska@appnovation.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/libstddjb/djbunix.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/libstddjb/djbunix.html b/doc/libstddjb/djbunix.html
index d1470b4..7c90c8a 100644
--- a/doc/libstddjb/djbunix.html
+++ b/doc/libstddjb/djbunix.html
@@ -522,7 +522,7 @@ Returns 1 if it succeeds, and 0 (and sets errno) if it fails.
<code> ssize_t openreadnclose (char const *file, char *s, size_t n) </code> <br />
Reads at most <em>n</em> bytes from file <em>file</em> into preallocated
buffer <em>s</em>. Returns -1 (and sets errno) if it fails; else returns the
-number of read bytes. If that number is not <em>n</em>, errno is set to EPIPE.
+number of read bytes.
</p>
<p>