This is the mail archive of the newlib@sources.redhat.com mailing list for the newlib 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]

little bug in strchr man page


Hi,

I noticed a little bug in the man page for "strchr" under cygwin (which 
uses newlib).  I checked out the cvs web interface for newlib, and found 
the same bug at about line 16 of "src/newlib/libc/string/strchr.c"

 > TRAD_SYNOPSIS
 >         #include <string.h>
 >         char * strchr(<[string]>, <[c]>);
 >         char *<[string]>;
 >         int *<[c]>;

The second parameter should be an "int" and not an "int *"

(I guess that the man page is autogenerated from this comment)

Regards,
Luke.


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