mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
(Streams and I18N): Fix typos.
This commit is contained in:
parent
adc37d7931
commit
22298d18f0
@ -689,12 +689,12 @@ call to @code{freopen} or @code{freopen64} can reset the
|
|||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item
|
@item
|
||||||
If any of the normal character functions is used (this includes the
|
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.
|
wide oriented.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
If any of the wide character functions is used the stream is marked as
|
If any of the wide character functions is used the stream is marked as
|
||||||
wide oriented
|
wide oriented.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
The @code{fwide} function can be used to set the orientation either way.
|
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
|
@comment ISO
|
||||||
@deftypefun int fwide (FILE *@var{stream}, int @var{mode})
|
@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
|
orientation of the stream @var{stream}. If the @var{mode} parameter has
|
||||||
a positive value the streams get wide oriented, for negative values
|
a positive value the streams get wide oriented, for negative values
|
||||||
narrow oriented. It is not possible to overwrite previous orientations
|
narrow oriented. It is not possible to overwrite previous orientations
|
||||||
|
Loading…
Reference in New Issue
Block a user