diff options
author | tholo <> | 1996-08-10 04:52:52 +0000 |
---|---|---|
committer | tholo <> | 1996-08-10 04:52:52 +0000 |
commit | b47bb26d644943498c1dbb9525143b311e066041 (patch) | |
tree | e5516b1951a269fafe6810b0ebbefa535371eb99 | |
parent | ece9e6001721cdc8dcfefdaa69130aabbac8881a (diff) | |
download | openbsd-b47bb26d644943498c1dbb9525143b311e066041.tar.gz openbsd-b47bb26d644943498c1dbb9525143b311e066041.tar.bz2 openbsd-b47bb26d644943498c1dbb9525143b311e066041.zip |
Fix typo; from Lite2
-rw-r--r-- | src/lib/libc/stdlib/bsearch.3 | 11 |
1 files changed, 5 insertions, 6 deletions
diff --git a/src/lib/libc/stdlib/bsearch.3 b/src/lib/libc/stdlib/bsearch.3 index 1622c96c6b..7cfa7162d3 100644 --- a/src/lib/libc/stdlib/bsearch.3 +++ b/src/lib/libc/stdlib/bsearch.3 | |||
@@ -1,5 +1,5 @@ | |||
1 | .\" Copyright (c) 1990, 1991 The Regents of the University of California. | 1 | .\" Copyright (c) 1990, 1991, 1993, 1994 |
2 | .\" All rights reserved. | 2 | .\" The Regents of the University of California. All rights reserved. |
3 | .\" | 3 | .\" |
4 | .\" This code is derived from software contributed to Berkeley by | 4 | .\" This code is derived from software contributed to Berkeley by |
5 | .\" the American National Standards Committee X3, on Information | 5 | .\" the American National Standards Committee X3, on Information |
@@ -33,10 +33,9 @@ | |||
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 | .\" from: @(#)bsearch.3 5.6 (Berkeley) 6/29/91 | 36 | .\" $OpenBSD: bsearch.3,v 1.2 1996/08/10 04:52:52 tholo Exp $ |
37 | .\" $Id: bsearch.3,v 1.1.1.1 1995/10/18 08:42:16 deraadt Exp $ | ||
38 | .\" | 37 | .\" |
39 | .Dd June 29, 1991 | 38 | .Dd April 19, 1994 |
40 | .Dt BSEARCH 3 | 39 | .Dt BSEARCH 3 |
41 | .Os | 40 | .Os |
42 | .Sh NAME | 41 | .Sh NAME |
@@ -65,7 +64,7 @@ to the comparison function referenced by | |||
65 | The | 64 | The |
66 | .Fa compar | 65 | .Fa compar |
67 | routine | 66 | routine |
68 | is expected to have two | 67 | is expected to have |
69 | two arguments which point to the | 68 | two arguments which point to the |
70 | .Fa key | 69 | .Fa key |
71 | object and to an array member, in that order, and should return an integer | 70 | object and to an array member, in that order, and should return an integer |