diff options
Diffstat (limited to 'manual/search.texi')
-rw-r--r-- | manual/search.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/search.texi b/manual/search.texi index efd3604790..a714ba7812 100644 --- a/manual/search.texi +++ b/manual/search.texi @@ -270,7 +270,7 @@ information. The weakest aspect of this function is that there can be at most one hashing table used through the whole program. The table is allocated in local memory out of control of the programmer. As an extension @theglibc{} -provides an additional set of functions with an reentrant +provides an additional set of functions with a reentrant interface which provide a similar interface but which allow to keep arbitrarily many hashing tables. @@ -401,7 +401,7 @@ the failure. @table @code @item ENOMEM -The table is filled and @code{hsearch_r} was called with an so far +The table is filled and @code{hsearch_r} was called with a so far unknown key and @var{action} set to @code{ENTER}. @item ESRCH The @var{action} parameter is @code{FIND} and no corresponding element |