summaryrefslogtreecommitdiff
path: root/src/lib/libc/stdlib/tsearch.3
diff options
context:
space:
mode:
authorjmc <>2003-06-01 19:27:27 +0000
committerjmc <>2003-06-01 19:27:27 +0000
commit5796457847338c884c1863d78addddafce4fc02f (patch)
tree5977475523d1ea29b76fe3415cdb1d3a83522e71 /src/lib/libc/stdlib/tsearch.3
parent986591b4f6cea288e444153e4adc77d36f27fa67 (diff)
downloadopenbsd-5796457847338c884c1863d78addddafce4fc02f.tar.gz
openbsd-5796457847338c884c1863d78addddafce4fc02f.tar.bz2
openbsd-5796457847338c884c1863d78addddafce4fc02f.zip
- section reorder
- merge COMPATIBILITY - kill whitespace at EOL
Diffstat (limited to 'src/lib/libc/stdlib/tsearch.3')
-rw-r--r--src/lib/libc/stdlib/tsearch.38
1 files changed, 4 insertions, 4 deletions
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 @@
23.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 23.\" OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF
24.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 24.\" ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
25.\" 25.\"
26.\" $OpenBSD: tsearch.3,v 1.9 2000/08/09 15:51:21 aaron Exp $ 26.\" $OpenBSD: tsearch.3,v 1.10 2003/06/01 19:27:27 jmc Exp $
27.\" 27.\"
28.Dd June 15, 1997 28.Dd June 15, 1997
29.Dt TSEARCH 3 29.Dt TSEARCH 3
@@ -99,9 +99,6 @@ a value from the enum
99.Sy "typedef enum { preorder, postorder, endorder, leaf } VISIT;" 99.Sy "typedef enum { preorder, postorder, endorder, leaf } VISIT;"
100specifying the traversal type, and a node level (where level 100specifying the traversal type, and a node level (where level
101zero is the root of the tree). 101zero is the root of the tree).
102.Sh SEE ALSO
103.Xr bsearch 3 ,
104.Xr lsearch 3
105.Sh RETURN VALUES 102.Sh RETURN VALUES
106The 103The
107.Fn tsearch 104.Fn tsearch
@@ -125,3 +122,6 @@ or the datum cannot be found.
125The 122The
126.Fn twalk 123.Fn twalk
127function returns no value. 124function returns no value.
125.Sh SEE ALSO
126.Xr bsearch 3 ,
127.Xr lsearch 3