little bug in strchr man page
Luke Deller
ldeller@xplantechnology.com
Thu May 9 21:46:00 GMT 2002
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.
More information about the Newlib
mailing list