From 309e4b9b6dc032b4a80d8a24b9cddba014941480 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Mon, 10 Nov 2003 10:35:06 +0000 Subject: [PATCH] RB_EMPTY() applies to red-black trees, not splay trees. --- share/man/man3/tree.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3 index 0d4051a40622..1cd6b2b0fcfc 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