summaryrefslogtreecommitdiff
path: root/manual/stdio.texi
diff options
context:
space:
mode:
authorJoseph Myers <joseph@codesourcery.com>2012-02-17 17:00:01 +0000
committerJoseph Myers <joseph@codesourcery.com>2012-02-17 17:00:01 +0000
commit5b23062f1f16bed04e96935577b719947fbbc958 (patch)
tree8e5029135a12b7dae74a43983db4d00dcf817b06 /manual/stdio.texi
parent8dee4833c5b6d3c2ad506b5c7fdc548504386f96 (diff)
Fix typos in documentation of fopen ",ccs=STRING".
Diffstat (limited to 'manual/stdio.texi')
-rw-r--r--manual/stdio.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/stdio.texi b/manual/stdio.texi
index 588c15bf7d..58fcda07d0 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