diff options
author | Andreas Jaeger <aj@suse.de> | 2001-02-12 14:07:30 +0000 |
---|---|---|
committer | Andreas Jaeger <aj@suse.de> | 2001-02-12 14:07:30 +0000 |
commit | 22298d18f076adb79bb491356d577c2b4904741b (patch) | |
tree | f501f147861ba197f9fdee873bb310d7be3c154c /manual/stdio.texi | |
parent | adc37d7931ea14e21c9e457b7eb5198630bfd188 (diff) | |
download | glibc-22298d18f076adb79bb491356d577c2b4904741b.zip glibc-22298d18f076adb79bb491356d577c2b4904741b.tar.gz glibc-22298d18f076adb79bb491356d577c2b4904741b.tar.bz2 |
(Streams and I18N): Fix typos.
Diffstat (limited to 'manual/stdio.texi')
-rw-r--r-- | manual/stdio.texi | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi index f4d44e1..970f0fe 100644 --- a/manual/stdio.texi +++ b/manual/stdio.texi @@ -689,12 +689,12 @@ call to @code{freopen} or @code{freopen64} can reset the @itemize @bullet @item If any of the normal character functions is used (this includes the -@code{fread} and @code{fwrite} functions) the steam is marked as not +@code{fread} and @code{fwrite} functions) the stream is marked as not wide oriented. @item If any of the wide character functions is used the stream is marked as -wide oriented +wide oriented. @item The @code{fwide} function can be used to set the orientation either way. @@ -709,7 +709,7 @@ will simply be strange or the application will simply crash. The @comment ISO @deftypefun int fwide (FILE *@var{stream}, int @var{mode}) -The @code{fwide} function can use used to set and query the state of the +The @code{fwide} function can be used to set and query the state of the orientation of the stream @var{stream}. If the @var{mode} parameter has a positive value the streams get wide oriented, for negative values narrow oriented. It is not possible to overwrite previous orientations |