summaryrefslogtreecommitdiff
path: root/libc/manual/search.texi
diff options
context:
space:
mode:
Diffstat (limited to 'libc/manual/search.texi')
-rw-r--r--libc/manual/search.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/manual/search.texi b/libc/manual/search.texi
index 498832bdd..efd360479 100644
--- a/libc/manual/search.texi
+++ b/libc/manual/search.texi
@@ -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