[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#146317: Bug has been fixed



Hi, this bug has been fixed:

1) The info pages state:

 - Function: void * tfind (const void *KEY, void *const *ROOTP,
          comparison_fn_t COMPAR)

2) The man page states:

       void *tfind(const void *key, const void **rootp,
                       int(*compar)(const void *, const void *));

3) The header file states:

/* Search for an entry matching the given KEY in the tree pointed to
   by *ROOTP.  If no matching entry is available return NULL.  */
extern void *tfind (__const void *__key, void *__const *__rootp,
                    __compar_fn_t __compar);


The only thing still wrong is that the comments still refer to *ROOTP, but
I don't think that is an important issue.

So I propose that this bug be closed. Thanks!

FYI, the relevant packages on my system are:
ii  libc6          2.3.1-3        GNU C Library: Shared libraries and Timezone
ii  libc6-dev      2.3.1-3        GNU C Library: Development Libraries and Hea
ii  glibc-doc      2.3.1-6        GNU C Library: Documentation
ii  manpages-dev   1.48-2         Manual pages about using GNU/Linux for devel


T

-- 
Chance favours the prepared mind. -- Louis Pasteur



Reply to: