]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
man/man3/stdio_ext.3: wfix
authorAlejandro Colomar <alx@kernel.org>
Tue, 24 Dec 2024 18:50:18 +0000 (19:50 +0100)
committerAlejandro Colomar <alx@kernel.org>
Tue, 24 Dec 2024 18:50:20 +0000 (19:50 +0100)
For consistency with wide characters, say characters instead of bytes.

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

index 114c184b2bf3ded045211e94dfd3fb96634eb94e..8c63d20b17b1b45e6d98d48cbf893e6322a34015 100644 (file)
@@ -40,7 +40,7 @@ by the given stream.
 .P
 The
 .BR __fpending ()
-function returns the number of bytes in the output buffer.
+function returns the number of characters in the output buffer.
 For wide-oriented streams the unit is wide characters.
 This function is undefined on buffers in reading mode,
 or opened read-only.