From: Alejandro Colomar Date: Sun, 17 Nov 2024 11:34:00 +0000 (+0100) Subject: scanf.3: pfix X-Git-Tag: man-pages-6.10~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f95f5857c6da1fd67981cdfd184f1798f2420164;p=thirdparty%2Fman-pages.git scanf.3: pfix Reported-by: Helge Kreutzmann Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/scanf.3 b/man/man3/scanf.3 index f44461568..9952c8178 100644 --- a/man/man3/scanf.3 +++ b/man/man3/scanf.3 @@ -138,7 +138,7 @@ C11, POSIX.1-2008. C99, POSIX.1-2001. .SH CAVEATS These functions make it difficult to -distinguish newlines from other white space, +distinguish newlines from other white space. This is especially problematic with line-buffered input, like the standard input stream. .P