summaryrefslogtreecommitdiff
path: root/lib/libc/stdlib/lsearch.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/lsearch.3')
-rw-r--r--lib/libc/stdlib/lsearch.32
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/stdlib/lsearch.3 b/lib/libc/stdlib/lsearch.3
index 4eecb1e87577..e3a324cd52f8 100644
--- a/lib/libc/stdlib/lsearch.3
+++ b/lib/libc/stdlib/lsearch.3
@@ -37,7 +37,9 @@ and
functions walk linearly through an array and compare each element with
the one to be sought using a supplied comparison function.
.Pp
+The
.Fa key
+argument
points to an element that matches the one that is searched.
The array's address in memory is denoted by the
.Fa base