summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/bsearch.3
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/stdlib/bsearch.3')
-rw-r--r--lib/libc/stdlib/bsearch.34
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/bsearch.3 b/lib/libc/stdlib/bsearch.3
index 8100796..a148f5e 100644
--- a/lib/libc/stdlib/bsearch.3
+++ b/lib/libc/stdlib/bsearch.3
@@ -53,12 +53,12 @@ The
.Fn bsearch
function searches an array of
.Fa nmemb
-objects, the initial member of which is
+objects, the initial member of which is
pointed to by
.Fa base ,
for a member that matches the object pointed to by
.Fa key .
-The size of each member of the array is specified by
+The size of each member of the array is specified by
.Fa size .
.Pp
The contents of the array should be in ascending sorted order according
OpenPOWER on IntegriCloud