diff options
Diffstat (limited to 'lib/libc/stdlib/bsearch.3')
-rw-r--r-- | lib/libc/stdlib/bsearch.3 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdlib/bsearch.3 b/lib/libc/stdlib/bsearch.3 index a148f5e..b8a18d3 100644 --- a/lib/libc/stdlib/bsearch.3 +++ b/lib/libc/stdlib/bsearch.3 @@ -45,7 +45,7 @@ .Sh LIBRARY .Lb libc .Sh SYNOPSIS -.Fd #include <stdlib.h> +.In stdlib.h .Ft void * .Fn bsearch "const void *key" "const void *base" "size_t nmemb" "size_t size" "int (*compar) (const void *, const void *)" .Sh DESCRIPTION |