This is the mail archive of the glibc-bugs@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]

[Bug libc/24654] New: Wrong declaration of wcschr in libc manual


https://sourceware.org/bugzilla/show_bug.cgi?id=24654

            Bug ID: 24654
           Summary: Wrong declaration of wcschr in libc manual
           Product: glibc
           Version: 2.29
            Status: UNCONFIRMED
          Severity: minor
          Priority: P2
         Component: libc
          Assignee: unassigned at sourceware dot org
          Reporter: rene.nyffenegger@adp-gmbh.ch
                CC: drepper.fsp at gmail dot com
  Target Milestone: ---

I believe the declaration of wcschr in the libc manual
(https://www.gnu.org/software/libc/manual/html_node/Search-Functions.html#Search-Functions)
to be wrong.

It currently reads

    wchar_t * wcschr (const wchar t *wstring, int wc)

but should, as I believe, read

    wchar_t * wcschr (const wchar t *wstring, wchar_t wc)

-- 
You are receiving this mail because:
You are on the CC list for the bug.

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