]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
scanf.3: pfix
authorAlejandro Colomar <alx@kernel.org>
Sun, 17 Nov 2024 11:34:00 +0000 (12:34 +0100)
committerAlejandro Colomar <alx@kernel.org>
Sun, 17 Nov 2024 17:27:13 +0000 (18:27 +0100)
Reported-by: Helge Kreutzmann <debian@helgefjell.de>
Signed-off-by: Alejandro Colomar <alx@kernel.org>
man/man3/scanf.3

index f44461568d257a7e60c0213c9d1a45cfe169e3db..9952c8178667430d013f52962c08d4d2ea33d8da 100644 (file)
@@ -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