This is the mail archive of the glibc-cvs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

GNU C Library master sources branch, master, updated. glibc-2.15-179-g5b23062


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU C Library master sources".

The branch, master has been updated
       via  5b23062f1f16bed04e96935577b719947fbbc958 (commit)
      from  8dee4833c5b6d3c2ad506b5c7fdc548504386f96 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
http://sources.redhat.com/git/gitweb.cgi?p=glibc.git;a=commitdiff;h=5b23062f1f16bed04e96935577b719947fbbc958

commit 5b23062f1f16bed04e96935577b719947fbbc958
Author: Joseph Myers <joseph@codesourcery.com>
Date:   Fri Feb 17 17:00:01 2012 +0000

    Fix typos in documentation of fopen ",ccs=STRING".

diff --git a/ChangeLog b/ChangeLog
index 7ebc8b3..56f79ce 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2012-02-17  Joseph Myers  <joseph@codesourcery.com>
+
+	[BZ #6884]
+	* manual/stdio.texi (fopen): Fix typos in description of
+	",ccs=STRING".
+
 2012-02-17  Aurelien Jarno  <aurelien@aurel32.net>
 
 	[BZ #4026]
diff --git a/NEWS b/NEWS
index ec0e938..a9bc326 100644
--- a/NEWS
+++ b/NEWS
@@ -9,9 +9,9 @@ Version 2.16
 
 * The following bugs are resolved with this release:
 
-  411, 4026 4822, 9902, 10140, 11494, 13525, 13526, 13527, 13528, 13529,
-  13531, 13532, 13533, 13547, 13530, 13551, 13552, 13553, 13555, 13559,
-  13583, 13618
+  411, 4026, 4822, 6884, 9902, 10140, 11494, 13525, 13526, 13527, 13528,
+  13529, 13531, 13532, 13533, 13547, 13530, 13551, 13552, 13553, 13555,
+  13559, 13583, 13618
 
 * ISO C11 support:
 
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

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog         |    6 ++++++
 NEWS              |    6 +++---
 manual/stdio.texi |    4 ++--
 3 files changed, 11 insertions(+), 5 deletions(-)


hooks/post-receive
-- 
GNU C Library master sources


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]