summaryrefslogtreecommitdiff
path: root/manual/search.texi
diff options
context:
space:
mode:
authorAndreas Jaeger <aj@suse.de>2000-03-10 08:41:39 +0000
committerAndreas Jaeger <aj@suse.de>2000-03-10 08:41:39 +0000
commite8b1163ed03e17558e918116b2ab594a60161154 (patch)
tree79aa1e06f5a24d3fa6d23c007cf141aacaf4d4f0 /manual/search.texi
parentf25da8d01f8d783fff627a95628a73b037526245 (diff)
2000-03-09 Martin Buchholz <martin@xemacs.org>
* 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.
Diffstat (limited to 'manual/search.texi')
-rw-r--r--manual/search.texi6
1 files changed, 3 insertions, 3 deletions
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);