summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--share/man/man3/tree.36
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3
index 09363869a64..cda712670c8 100644
--- a/share/man/man3/tree.3
+++ b/share/man/man3/tree.3
@@ -1,4 +1,4 @@
-.\" $OpenBSD: tree.3,v 1.1 2002/02/24 19:42:46 provos Exp $
+.\" $OpenBSD: tree.3,v 1.2 2002/03/19 00:07:45 vincent Exp $
.\"/*
.\" * Copyright 2002 Niels Provos <provos@citi.umich.edu>
.\" * All rights reserved.
@@ -238,7 +238,7 @@ from the tree pointed by
.Pp
The
.Fn SPLAY_FIND
-macro can be used to find a particular element in the free.
+macro can be used to find a particular element in the tree.
.Bd -literal -offset indent
struct TYPE find, *res;
find.key = 30;
@@ -352,7 +352,7 @@ from the tree pointed by
.Pp
The
.Fn RB_FIND
-macro can be used to find a particular element in the free.
+macro can be used to find a particular element in the tree.
.Bd -literal -offset indent
struct TYPE find, *res;
find.key = 30;