diff options
Diffstat (limited to 'lib/libc/stdlib/bsearch.3')
-rw-r--r-- | lib/libc/stdlib/bsearch.3 | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/lib/libc/stdlib/bsearch.3 b/lib/libc/stdlib/bsearch.3 index 63d4e6af69f..9bb9d4ece4a 100644 --- a/lib/libc/stdlib/bsearch.3 +++ b/lib/libc/stdlib/bsearch.3 @@ -33,7 +33,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.\" $OpenBSD: bsearch.3,v 1.4 1999/06/29 18:36:19 aaron Exp $ +.\" $OpenBSD: bsearch.3,v 1.5 2000/04/20 13:50:01 aaron Exp $ .\" .Dd April 19, 1994 .Dt BSEARCH 3 @@ -63,9 +63,7 @@ to the comparison function referenced by .Fa compar . The .Fa compar -routine -is expected to have -two arguments which point to the +routine 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 less than, equal to, or greater than zero if the |