From: Alejandro Colomar Date: Tue, 24 Dec 2024 18:50:18 +0000 (+0100) Subject: man/man3/stdio_ext.3: wfix X-Git-Tag: man-pages-6.10~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b268beb416f494ada953caeb540e21b10294002;p=thirdparty%2Fman-pages.git man/man3/stdio_ext.3: wfix For consistency with wide characters, say characters instead of bytes. Signed-off-by: Alejandro Colomar --- diff --git a/man/man3/stdio_ext.3 b/man/man3/stdio_ext.3 index 114c184b2..8c63d20b1 100644 --- a/man/man3/stdio_ext.3 +++ b/man/man3/stdio_ext.3 @@ -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.