diff options
author | Ulrich Drepper <drepper@redhat.com> | 2000-02-22 09:00:35 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2000-02-22 09:00:35 +0000 |
commit | 49c091e52398a34f976421a72ecfc546c19ff903 (patch) | |
tree | f9d0930c78ca46be36094eafa3c1f7a9de405d80 /manual/search.texi | |
parent | 384cbe9b1e8e1e3a898994fb07506d072c67b247 (diff) | |
download | glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar.gz glibc-49c091e52398a34f976421a72ecfc546c19ff903.tar.bz2 glibc-49c091e52398a34f976421a72ecfc546c19ff903.zip |
Update.
2000-02-22 Ulrich Drepper <drepper@redhat.com>
* locales/mk_MK: New file.
Contributed by Damjan Georgievski <gdamjan@freemail.org.mk>
* SUPPORTED: Add mk_MK ISO-8859-1.
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 ec82e1cc2c..1b4f314fd6 100644 --- a/manual/search.texi +++ b/manual/search.texi @@ -267,7 +267,7 @@ hashing table used through the whole program. The table is allocated in local memory out of control of the programmer. As an extension the GNU C library provides an additional set of functions with an reentrant interface which provide a similar interface but which allow to keep -arbitrary many hashing tables. +arbitrarily many hashing tables. It is possible to use more than one hashing table in the program run if the former table is first destroyed by a call to @code{hdestroy}. @@ -390,7 +390,7 @@ entry in the table is not the return value of the functions. It is returned by storing it in a pointer variables pointed to by the @var{retval} parameter. The return value of the function is an integer value indicating success if it is non-zero and failure if it is zero. -In the later case the global variable @var{errno} signals the reason for +In the latter case the global variable @var{errno} signals the reason for the failure. @table @code |