From 5796457847338c884c1863d78addddafce4fc02f Mon Sep 17 00:00:00 2001 From: jmc <> Date: Sun, 1 Jun 2003 19:27:27 +0000 Subject: - section reorder - merge COMPATIBILITY - kill whitespace at EOL --- src/lib/libc/stdlib/tsearch.3 | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/lib/libc/stdlib/tsearch.3') diff --git a/src/lib/libc/stdlib/tsearch.3 b/src/lib/libc/stdlib/tsearch.3 index b000a0a8b1..585ba6fe81 100644 --- a/src/lib/libc/stdlib/tsearch.3 +++ b/src/lib/libc/stdlib/tsearch.3 @@ -23,7 +23,7 @@ .\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF .\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.\" $OpenBSD: tsearch.3,v 1.9 2000/08/09 15:51:21 aaron Exp $ +.\" $OpenBSD: tsearch.3,v 1.10 2003/06/01 19:27:27 jmc Exp $ .\" .Dd June 15, 1997 .Dt TSEARCH 3 @@ -99,9 +99,6 @@ a value from the enum .Sy "typedef enum { preorder, postorder, endorder, leaf } VISIT;" specifying the traversal type, and a node level (where level zero is the root of the tree). -.Sh SEE ALSO -.Xr bsearch 3 , -.Xr lsearch 3 .Sh RETURN VALUES The .Fn tsearch @@ -125,3 +122,6 @@ or the datum cannot be found. The .Fn twalk function returns no value. +.Sh SEE ALSO +.Xr bsearch 3 , +.Xr lsearch 3 -- cgit v1.2.3-55-g6feb