diff options
author | des <des@FreeBSD.org> | 2003-11-10 10:35:06 +0000 |
---|---|---|
committer | des <des@FreeBSD.org> | 2003-11-10 10:35:06 +0000 |
commit | acf177087dfac995e872e5fe7e065b911bd10ba1 (patch) | |
tree | fd6855f62478822ee54a624818061b90992607db | |
parent | 2545ff462c78828f9a7bddba8f9aa8eabf0de924 (diff) | |
download | FreeBSD-src-acf177087dfac995e872e5fe7e065b911bd10ba1.zip FreeBSD-src-acf177087dfac995e872e5fe7e065b911bd10ba1.tar.gz |
RB_EMPTY() applies to red-black trees, not splay trees.
-rw-r--r-- | share/man/man3/tree.3 | 2 |
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 |