summaryrefslogtreecommitdiff
path: root/sys/man/2
diff options
context:
space:
mode:
authorspew <devnull@localhost>2017-04-22 14:28:02 -0500
committerspew <devnull@localhost>2017-04-22 14:28:02 -0500
commit6261dcb06b11c2db815b2e259b25b18a9673d900 (patch)
tree3ec7f3b8808a9499c7b87a2923f2ac09845af6d6 /sys/man/2
parent9cf519814591413493be10cfaa00853cb15e7a0b (diff)
replica: use libavl for avl tree implementation
Diffstat (limited to 'sys/man/2')
-rw-r--r--sys/man/2/avl6
1 files changed, 6 insertions, 0 deletions
diff --git a/sys/man/2/avl b/sys/man/2/avl
index 41a4e93ed..be3aa03b0 100644
--- a/sys/man/2/avl
+++ b/sys/man/2/avl
@@ -65,6 +65,12 @@ is less than, equal to, or greater than zero, respectively.
removes the node matching the key from the tree and returns
it. It returns nil if no matching key is found.
.PP
+.I Avlmin
+returns the minimum
+.B Avl
+node in the tree and
+.I avlmax
+returns the maximum node.
.I Avlnext
returns the next
.B Avl