summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdlib/tsearch.3
diff options
context:
space:
mode:
authorjmc <jmc@openbsd.org>2003-06-01 19:27:27 +0000
committerjmc <jmc@openbsd.org>2003-06-01 19:27:27 +0000
commita0d22958f2254ee395f06fb4feac7fe47474edb8 (patch)
treef6b358613c71a58232c170deea163edd3db31122 /lib/libc/stdlib/tsearch.3
parent- section reorder (diff)
downloadwireguard-openbsd-a0d22958f2254ee395f06fb4feac7fe47474edb8.tar.xz
wireguard-openbsd-a0d22958f2254ee395f06fb4feac7fe47474edb8.zip
- section reorder
- merge COMPATIBILITY - kill whitespace at EOL
Diffstat (limited to 'lib/libc/stdlib/tsearch.3')
-rw-r--r--lib/libc/stdlib/tsearch.38
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdlib/tsearch.3 b/lib/libc/stdlib/tsearch.3
index b000a0a8b16..585ba6fe81c 100644
--- a/lib/libc/stdlib/tsearch.3
+++ b/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