diff options
Diffstat (limited to 'lib/libc/stdlib/lsearch.3')
-rw-r--r-- | lib/libc/stdlib/lsearch.3 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/libc/stdlib/lsearch.3 b/lib/libc/stdlib/lsearch.3 index a9deec155ae..d82c55c8594 100644 --- a/lib/libc/stdlib/lsearch.3 +++ b/lib/libc/stdlib/lsearch.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: lsearch.3,v 1.13 2015/02/15 02:02:53 tedu Exp $ +.\" $OpenBSD: lsearch.3,v 1.14 2015/11/30 17:03:05 jmc Exp $ .\" .\" Copyright (c) 1989, 1991, 1993 .\" The Regents of the University of California. All rights reserved. @@ -29,7 +29,7 @@ .\" .\" @(#)lsearch.3 8.1 (Berkeley) 6/4/93 .\" -.Dd $Mdocdate: February 15 2015 $ +.Dd $Mdocdate: November 30 2015 $ .Dt LSEARCH 3 .Os .Sh NAME @@ -95,7 +95,7 @@ the location referenced by the argument is incremented by one. .Sh SEE ALSO .Xr bsearch 3 , -.Xr db 3 +.Xr dbopen 3 .Sh STANDARDS The .Fn lsearch |