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 manual/15939] New: typo in "5.6 Collation Functions" section of the manual


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

            Bug ID: 15939
           Summary: typo in "5.6 Collation Functions" section of the
                    manual
           Product: glibc
           Version: 2.18
            Status: NEW
          Severity: normal
          Priority: P2
         Component: manual
          Assignee: unassigned at sourceware dot org
          Reporter: me at suren dot karapetyan.name
                CC: mtk.manpages at gmail dot com, roland at gnu dot org

The code section under strcoll/wcscoll has a typo in compare_elements function:
> char * const *p1 = v2;
must be replaced with
> char * const *p2 = v2;

-- 
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]