public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug manual/17183] New: description of ENTRY struct in <search.h> in glibc manual is incorrect
@ 2014-07-19  0:36 iep1ungo at yopmail dot com
  2014-07-19  0:39 ` [Bug manual/17183] " iep1ungo at yopmail dot com
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: iep1ungo at yopmail dot com @ 2014-07-19  0:36 UTC (permalink / raw)
  To: glibc-bugs

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

            Bug ID: 17183
           Summary: description of ENTRY struct in <search.h> in glibc
                    manual is incorrect
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: manual
          Assignee: unassigned at sourceware dot org
          Reporter: iep1ungo at yopmail dot com
                CC: mtk.manpages at gmail dot com, roland at gnu dot org

The glibc manual incorrectly describes the ENTRY struct defined in <search.h>
(the hash table entries used by hsearch().

The manual states that both the key and the data fields of the ENTRY struct are
char pointers.
( here
https://www.gnu.org/software/libc/manual/html_node/Hash-Search-Function.html )

This is incorrect. The "key" field is a char* and the "data" field is a null*.

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


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-02-07 15:26 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-07-19  0:36 [Bug manual/17183] New: description of ENTRY struct in <search.h> in glibc manual is incorrect iep1ungo at yopmail dot com
2014-07-19  0:39 ` [Bug manual/17183] " iep1ungo at yopmail dot com
2021-01-30 18:05 ` kevinwmatthews.bugzilla at gmail dot com
2021-02-01 10:03 ` fweimer at redhat dot com
2021-02-01 10:09 ` fweimer at redhat dot com
2021-02-04 14:33 ` fweimer at redhat dot com
2021-02-07 15:26 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).