diff options
Diffstat (limited to 'src/lib/libc/stdlib/bsearch.3')
-rw-r--r-- | src/lib/libc/stdlib/bsearch.3 | 6 |
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 . |
64 | The | 64 | The |
65 | .Fa compar | 65 | .Fa compar |
66 | routine | 66 | routine is expected to have two arguments which point to the |
67 | is expected to have | ||
68 | two arguments which point to the | ||
69 | .Fa key | 67 | .Fa key |
70 | object and to an array member, in that order, and should return an integer | 68 | object and to an array member, in that order, and should return an integer |
71 | less than, equal to, or greater than zero if the | 69 | less than, equal to, or greater than zero if the |