]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
sscanf.3: RETURN VALUE: These functions don't use a stream
authorAlejandro Colomar <alx@kernel.org>
Wed, 15 Feb 2023 18:05:34 +0000 (19:05 +0100)
committerAlejandro Colomar <alx@kernel.org>
Wed, 15 Feb 2023 18:06:30 +0000 (19:06 +0100)
This text I forgot to remove it when the page was split from scanf(3).

Signed-off-by: Alejandro Colomar <alx@kernel.org>
man3/sscanf.3

index 5813e2672168ef851064492eccccf1e03871fab3..308bf42c41234cf0afbff347b734f419a431910f 100644 (file)
@@ -527,13 +527,6 @@ The value
 .B EOF
 is returned if the end of input is reached before either the first
 successful conversion or a matching failure occurs.
-.B EOF
-is also returned if a read error occurs,
-in which case the error indicator for the stream (see
-.BR ferror (3))
-is set, and
-.I errno
-is set to indicate the error.
 .SH ERRORS
 .TP
 .B EILSEQ