summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/bsearch.3
diff options
context:
space:
mode:
authoraaron <>2000-04-20 13:50:03 +0000
committeraaron <>2000-04-20 13:50:03 +0000
commita4336f357f9e30dffdfad4909b24bd2e82c096a2 (patch)
treec79a224a41eb2c48668c4b4eda84163d7daadf64 /src/lib/libc/stdlib/bsearch.3
parent92b3e44bedaf5a5f85880565a47206cdbf9bfa2a (diff)
downloadopenbsd-a4336f357f9e30dffdfad4909b24bd2e82c096a2.tar.gz
openbsd-a4336f357f9e30dffdfad4909b24bd2e82c096a2.tar.bz2
openbsd-a4336f357f9e30dffdfad4909b24bd2e82c096a2.zip
Flesh out stdlib function man pages.
Diffstat (limited to 'src/lib/libc/stdlib/bsearch.3')
-rw-r--r--src/lib/libc/stdlib/bsearch.36
1 files changed, 2 insertions, 4 deletions
diff --git a/src/lib/libc/stdlib/bsearch.3 b/src/lib/libc/stdlib/bsearch.3
index 63d4e6af69..9bb9d4ece4 100644
--- a/src/lib/libc/stdlib/bsearch.3
+++ b/src/lib/libc/stdlib/bsearch.3
@@ -33,7 +33,7 @@
33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF 33.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
34.\" SUCH DAMAGE. 34.\" SUCH DAMAGE.
35.\" 35.\"
36.\" $OpenBSD: bsearch.3,v 1.4 1999/06/29 18:36:19 aaron Exp $ 36.\" $OpenBSD: bsearch.3,v 1.5 2000/04/20 13:50:01 aaron Exp $
37.\" 37.\"
38.Dd April 19, 1994 38.Dd April 19, 1994
39.Dt BSEARCH 3 39.Dt BSEARCH 3
@@ -63,9 +63,7 @@ to the comparison function referenced by
63.Fa compar . 63.Fa compar .
64The 64The
65.Fa compar 65.Fa compar
66routine 66routine is expected to have two arguments which point to the
67is expected to have
68two arguments which point to the
69.Fa key 67.Fa key
70object and to an array member, in that order, and should return an integer 68object and to an array member, in that order, and should return an integer
71less than, equal to, or greater than zero if the 69less than, equal to, or greater than zero if the