From c4e81d83b248aa356849fc6a31920c177b5df999 Mon Sep 17 00:00:00 2001
From: Laurent Bercot
Date: Wed, 8 Jun 2022 09:48:11 +0000
Subject: Clean up / homogenize openreadnclose() family
Signed-off-by: Laurent Bercot
---
doc/libstddjb/djbunix.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'doc/libstddjb')
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.
ssize_t openreadnclose (char const *file, char *s, size_t n)
Reads at most n bytes from file file into preallocated
buffer s. Returns -1 (and sets errno) if it fails; else returns the
-number of read bytes. If that number is not n, errno is set to EPIPE.
+number of read bytes.
--
cgit 1.4.1