diff options
author | 1997-06-13 23:41:35 +0000 | |
---|---|---|
committer | 1997-06-13 23:41:35 +0000 | |
commit | e728c442fbd1450c2290889a61ce1953d6de7167 (patch) | |
tree | 2c926e5dbdad3a31e19db5e125e8b79b0c3e9772 /lib/libc/stdlib/bsearch.3 | |
parent | Add https (diff) | |
download | wireguard-openbsd-e728c442fbd1450c2290889a61ce1953d6de7167.tar.xz wireguard-openbsd-e728c442fbd1450c2290889a61ce1953d6de7167.zip |
PD tsearch as reqd by xpg; by esr
Diffstat (limited to 'lib/libc/stdlib/bsearch.3')
-rw-r--r-- | lib/libc/stdlib/bsearch.3 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/stdlib/bsearch.3 b/lib/libc/stdlib/bsearch.3 index 7cfa7162d35..570a4227b42 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.2 1996/08/10 04:52:52 tholo Exp $ +.\" $OpenBSD: bsearch.3,v 1.3 1997/06/13 23:41:35 deraadt Exp $ .\" .Dd April 19, 1994 .Dt BSEARCH 3 @@ -82,7 +82,7 @@ If two members compare as equal, which member is matched is unspecified. .Xr db 3 , .Xr lsearch 3 , .Xr qsort 3 , -.\" .Xr tsearch 3 +.Xr tsearch 3 .Sh STANDARDS The .Fn bsearch |