|
|
@ -29,9 +29,9 @@ |
|
|
|
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
|
|
.\" SUCH DAMAGE. |
|
|
|
.\" |
|
|
|
.\" $OpenBSD: bsearch.3,v 1.9 2013/06/05 03:39:23 tedu Exp $ |
|
|
|
.\" $OpenBSD: bsearch.3,v 1.10 2015/11/30 17:03:05 jmc Exp $ |
|
|
|
.\" |
|
|
|
.Dd $Mdocdate: June 5 2013 $ |
|
|
|
.Dd $Mdocdate: November 30 2015 $ |
|
|
|
.Dt BSEARCH 3 |
|
|
|
.Os |
|
|
|
.Sh NAME |
|
|
@ -73,7 +73,7 @@ function returns a pointer to a matching member of the array, or a null |
|
|
|
pointer if no match is found. |
|
|
|
If two members compare as equal, which member is matched is unspecified. |
|
|
|
.Sh SEE ALSO |
|
|
|
.Xr db 3 , |
|
|
|
.Xr dbopen 3 , |
|
|
|
.Xr lsearch 3 , |
|
|
|
.Xr qsort 3 , |
|
|
|
.Xr tsearch 3 |
|
|
|