diff options
Diffstat (limited to 'src/lib/libc/stdlib/bsearch.3')
-rw-r--r-- | src/lib/libc/stdlib/bsearch.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/lib/libc/stdlib/bsearch.3 b/src/lib/libc/stdlib/bsearch.3 index 570a4227b4..63d4e6af69 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.3 1997/06/13 23:41:35 deraadt Exp $ | 36 | .\" $OpenBSD: bsearch.3,v 1.4 1999/06/29 18:36:19 aaron Exp $ |
37 | .\" | 37 | .\" |
38 | .Dd April 19, 1994 | 38 | .Dd April 19, 1994 |
39 | .Dt BSEARCH 3 | 39 | .Dt BSEARCH 3 |
@@ -50,12 +50,12 @@ The | |||
50 | .Fn bsearch | 50 | .Fn bsearch |
51 | function searches an array of | 51 | function searches an array of |
52 | .Fa nmemb | 52 | .Fa nmemb |
53 | objects, the initial member of which is | 53 | objects, the initial member of which is |
54 | pointed to by | 54 | pointed to by |
55 | .Fa base , | 55 | .Fa base , |
56 | for a member that matches the object pointed to by | 56 | for a member that matches the object pointed to by |
57 | .Fa key . | 57 | .Fa key . |
58 | The size of each member of the array is specified by | 58 | The size of each member of the array is specified by |
59 | .Fa size . | 59 | .Fa size . |
60 | .Pp | 60 | .Pp |
61 | The contents of the array should be in ascending sorted order according | 61 | The contents of the array should be in ascending sorted order according |