diff options
author | Joseph Myers <joseph@codesourcery.com> | 2012-02-17 17:00:01 +0000 |
---|---|---|
committer | Joseph Myers <joseph@codesourcery.com> | 2012-02-17 17:00:01 +0000 |
commit | 5b23062f1f16bed04e96935577b719947fbbc958 (patch) | |
tree | 8e5029135a12b7dae74a43983db4d00dcf817b06 /manual/stdio.texi | |
parent | 8dee4833c5b6d3c2ad506b5c7fdc548504386f96 (diff) | |
download | glibc-5b23062f1f16bed04e96935577b719947fbbc958.zip glibc-5b23062f1f16bed04e96935577b719947fbbc958.tar.gz glibc-5b23062f1f16bed04e96935577b719947fbbc958.tar.bz2 |
Fix typos in documentation of fopen ",ccs=STRING".
Diffstat (limited to 'manual/stdio.texi')
-rw-r--r-- | manual/stdio.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi index 588c15b..58fcda0 100644 --- a/manual/stdio.texi +++ b/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 |