summaryrefslogtreecommitdiff
path: root/libc/manual/stdio.texi
diff options
context:
space:
mode:
Diffstat (limited to 'libc/manual/stdio.texi')
-rw-r--r--libc/manual/stdio.texi7
1 files changed, 4 insertions, 3 deletions
diff --git a/libc/manual/stdio.texi b/libc/manual/stdio.texi
index 588c15bf7..2f27e3184 100644
--- a/libc/manual/stdio.texi
+++ b/libc/manual/stdio.texi
@@ -215,8 +215,8 @@ difference in POSIX systems (including the GNU system). If both
If the @var{opentype} string contains the sequence
@code{,ccs=@var{STRING}} then @var{STRING} is taken as the name of a
coded character set and @code{fopen} will mark the stream as
-wide-oriented which appropriate conversion functions in place to convert
-from and to the character set @var{STRING} is place. Any other stream
+wide-oriented with appropriate conversion functions in place to convert
+from and to the character set @var{STRING}. Any other stream
is opened initially unoriented and the orientation is decided with the
first file operation. If the first operation is a wide character
operation, the stream is not only marked as wide-oriented, also the
@@ -4750,7 +4750,8 @@ This function is declared in the @file{stdio_ext.h} header.
@comment stdio_ext.h
@comment GNU
-@deftypefun size_t __fpending (FILE *@var{stream}) The @code{__fpending}
+@deftypefun size_t __fpending (FILE *@var{stream})
+The @code{__fpending}
function returns the number of bytes currently in the output buffer.
For wide-oriented stream the measuring unit is wide characters. This
function should not be used on buffers in read mode or opened read-only.