]> git.ipfire.org Git - thirdparty/glibc.git/blobdiff - manual/search.texi
Fix some errors in declarations in the manual.
[thirdparty/glibc.git] / manual / search.texi
index 498832bdd96827f01c73a96da39c715eb046fa81..efd360479029a83725526084c891eb92283d7847 100644 (file)
@@ -71,7 +71,7 @@ two functions can be found in @file{search.h}.
 
 @comment search.h
 @comment SVID
-@deftypefun {void *} lfind (const void *@var{key}, void *@var{base}, size_t *@var{nmemb}, size_t @var{size}, comparison_fn_t @var{compar})
+@deftypefun {void *} lfind (const void *@var{key}, const void *@var{base}, size_t *@var{nmemb}, size_t @var{size}, comparison_fn_t @var{compar})
 The @code{lfind} function searches in the array with @code{*@var{nmemb}}
 elements of @var{size} bytes pointed to by @var{base} for an element
 which matches the one pointed to by @var{key}.  The function pointed to