On Mon, May 7, 2012 at 11:10 AM, David Prévot <taffit@xxxxxxxxxx> wrote: > Introduced in 4d9edb6 and afd6f6. Thanks David. Applied. M > --- > man3/fopen.3 | 6 ++---- > 1 file changed, 2 insertions(+), 4 deletions(-) > > diff --git a/man3/fopen.3 b/man3/fopen.3 > index 820b4ff..b84fe9c 100644 > --- a/man3/fopen.3 > +++ b/man3/fopen.3 > @@ -327,11 +327,9 @@ If that operation is a wide-character operation, > the stream is marked wide-oriented, > and functions to convert to the coded character set are loaded. > .SH BUGS > -In versions of glibc before > -.SH BUGS > When parsing for individual flag characters in > .IR mode > -(i.e., the characters preceding the "ccs" specification"), > +(i.e., the characters preceding the "ccs" specification), > the glibc implementation of > .\" FIXME http://sourceware.org/bugzilla/show_bug.cgi?id=12685 > .BR fopen () > @@ -343,7 +341,7 @@ to 7 (or, in glibc versions before 2.14, to 6, > which was not enough to include possible specifications such as "rb+cmxe"). > The current implementation of > .BR fdopen () > -parses at most 5 characters in in > +parses at most 5 characters in > .IR mode . > .SH "SEE ALSO" > .BR open (2), > -- > 1.7.10 > > -- > To unsubscribe from this list: send the line "unsubscribe linux-man" in > the body of a message to majordomo@xxxxxxxxxxxxxxx > More majordomo info at http://vger.kernel.org/majordomo-info.html -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Author of "The Linux Programming Interface"; http://man7.org/tlpi/ -- To unsubscribe from this list: send the line "unsubscribe linux-man" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html