summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib
diff options
context:
space:
mode:
authortholo <tholo@openbsd.org>1996-08-10 04:52:52 +0000
committertholo <tholo@openbsd.org>1996-08-10 04:52:52 +0000
commit14b32498d4874c01f8d45f6d75c7d72874a9d5b2 (patch)
tree947f237809058bdd47f1569de616f16d8133d651 /lib/libc/stdlib
parentFormatting fix; from Lite2 (diff)
downloadwireguard-openbsd-14b32498d4874c01f8d45f6d75c7d72874a9d5b2.tar.xz
wireguard-openbsd-14b32498d4874c01f8d45f6d75c7d72874a9d5b2.zip
Fix typo; from Lite2
Diffstat (limited to 'lib/libc/stdlib')
-rw-r--r--lib/libc/stdlib/bsearch.311
1 files changed, 5 insertions, 6 deletions
diff --git a/lib/libc/stdlib/bsearch.3 b/lib/libc/stdlib/bsearch.3
index 1622c96c6be..7cfa7162d35 100644
--- a/lib/libc/stdlib/bsearch.3
+++ b/lib/libc/stdlib/bsearch.3
@@ -1,5 +1,5 @@
-.\" Copyright (c) 1990, 1991 The Regents of the University of California.
-.\" All rights reserved.
+.\" Copyright (c) 1990, 1991, 1993, 1994
+.\" The Regents of the University of California. All rights reserved.
.\"
.\" This code is derived from software contributed to Berkeley by
.\" the American National Standards Committee X3, on Information
@@ -33,10 +33,9 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" from: @(#)bsearch.3 5.6 (Berkeley) 6/29/91
-.\" $Id: bsearch.3,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $
+.\" $OpenBSD: bsearch.3,v 1.2 1996/08/10 04:52:52 tholo Exp $
.\"
-.Dd June 29, 1991
+.Dd April 19, 1994
.Dt BSEARCH 3
.Os
.Sh NAME
@@ -65,7 +64,7 @@ to the comparison function referenced by
The
.Fa compar
routine
-is expected to have two
+is expected to have
two arguments which point to the
.Fa key
object and to an array member, in that order, and should return an integer