diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 17:02:23 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-02-09 17:02:23 +0000 |
commit | f126ef6731021d7796f88800eb59106388683280 (patch) | |
tree | a83034b45cbc94d0923ea5d4e5175257a7d781ca /manual/stdio.texi | |
parent | 90feeaa2ebef8b807cfb774bcbe311325eae0b3b (diff) | |
download | glibc-f126ef6731021d7796f88800eb59106388683280.tar.gz glibc-f126ef6731021d7796f88800eb59106388683280.tar.xz glibc-f126ef6731021d7796f88800eb59106388683280.zip |
Update.
2001-02-09 Ulrich Drepper <drepper@redhat.com> * locale/programs/linereader.c (get_ident): Stop loop if EOF. Use lr_ungetc to push back last read character. * locale/programs/linereader.h (lr_ungetc): Don't push back is character is EOF. (lr_ignore_rest): Don't warn about garbage if it is really the end of the file. * manual/Makefile: Use ifnottext and not ifinfo to protect Top node definition.
Diffstat (limited to 'manual/stdio.texi')
-rw-r--r-- | manual/stdio.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi index f65e9c2ccc..d6dada1cae 100644 --- a/manual/stdio.texi +++ b/manual/stdio.texi @@ -4222,10 +4222,10 @@ 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} function returns the number of bytes currently in -the output buffer. This function should not be used on buffers in read -mode or opened read-only. +@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. This function is declared in the @file{stdio_ext.h} header. @end deftypefun |