shithub: riscv

Download patch

ref: 59994e1bebd12bba947be94b4625520759045b8c
parent: ff1a1e63a897e01578de27fa6bf41b2c8793e23e
author: mischief <mischief@offblast.org>
date: Fri Jun 8 12:37:39 EDT 2018

avl(2): add avlmin/avlmax in synopsis

--- a/sys/man/2/avl
+++ b/sys/man/2/avl
@@ -31,6 +31,8 @@
 Avl     *avlinsert(Avltree *tree, Avl *new);
 Avl     *avldelete(Avltree *tree, Avl *key);
 Avl     *avllookup(Avltree *tree, Avl *key, int dir);
+Avl     *avlmin(Avltree *tree);
+Avl     *avlmax(Avltree *tree);
 Avl     *avlnext(Avl *n);
 Avl     *avlprev(Avl *n);