From e8b1163ed03e17558e918116b2ab594a60161154 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 10 Mar 2000 08:41:39 +0000 Subject: 2000-03-09 Martin Buchholz * sysdeps/unix/sysv/linux/alpha/syscall.S: * manual/message.texi (Using gettextized software): * manual/message.texi (Message Translation): Doc Fixes. * manual/filesys.texi (File Size): * manual/charset.texi (glibc iconv Implementation): * locale/programs/ld-collate.c (collate_output): * iconv/gconv_db.c (find_derivation): * manual/install.texi: * manual/search.texi (Hash Search Function): * manual/stdio.texi (Output Conversion Syntax): * FAQ.in: * config.h.in: * sysdeps/generic/dl-sysdep.c: Doc Fixes. `allows to' is not correct English. * elf/rtld.c: Doc fixes. * manual/creature.texi (Feature Test Macros): Doc fixes. * manual/memory.texi (Hooks for Malloc): Doc Fixes. * manual/filesys.texi (Working Directory): Check for ERANGE to avoid infloop. --- manual/search.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'manual/search.texi') diff --git a/manual/search.texi b/manual/search.texi index 1b4f314fd6..e45972c743 100644 --- a/manual/search.texi +++ b/manual/search.texi @@ -358,7 +358,7 @@ The @code{hcreate_r} function initializes the object pointed to by So this function is equivalent to the @code{hcreate} function except that the initialized data structure is controlled by the user. -This allows to have more than once hashing table at one time. The +This allows having more than one hashing table at one time. The memory necessary for the @code{struct hsearch_data} object can be allocated dynamically. @@ -499,8 +499,8 @@ X/Open specifications. @end deftypefun In addition to the function to create and destroy the tree data -structure there is another function which allows to apply a function on -all elements of the tree. The function must have this type: +structure, there is another function which allows you to apply a +function to all elements of the tree. The function must have this type: @smallexample void __action_fn_t (const void *nodep, VISIT value, int level); -- cgit v1.2.3