summaryrefslogtreecommitdiffstats
path: root/share/man/man3
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2003-11-10 10:35:06 +0000
committerdes <des@FreeBSD.org>2003-11-10 10:35:06 +0000
commitacf177087dfac995e872e5fe7e065b911bd10ba1 (patch)
treefd6855f62478822ee54a624818061b90992607db /share/man/man3
parent2545ff462c78828f9a7bddba8f9aa8eabf0de924 (diff)
downloadFreeBSD-src-acf177087dfac995e872e5fe7e065b911bd10ba1.zip
FreeBSD-src-acf177087dfac995e872e5fe7e065b911bd10ba1.tar.gz
RB_EMPTY() applies to red-black trees, not splay trees.
Diffstat (limited to 'share/man/man3')
-rw-r--r--share/man/man3/tree.32
1 files changed, 1 insertions, 1 deletions
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3
index 0d4051a..1cd6b2b 100644
--- a/share/man/man3/tree.3
+++ b/share/man/man3/tree.3
@@ -431,7 +431,7 @@ macro:
.Pp
The
.Fn RB_EMPTY
-macro should be used to check whether a splay tree is empty.
+macro should be used to check whether a red-black tree is empty.
.Sh NOTES
Trying to free a tree in the following way is a common error:
.Bd -literal -offset indent
OpenPOWER on IntegriCloud