diff options
Diffstat (limited to 'usr/src/man/man3avl/avl_add.3avl')
-rw-r--r-- | usr/src/man/man3avl/avl_add.3avl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/man/man3avl/avl_add.3avl b/usr/src/man/man3avl/avl_add.3avl index 3d1629408b..8c94d2baf1 100644 --- a/usr/src/man/man3avl/avl_add.3avl +++ b/usr/src/man/man3avl/avl_add.3avl @@ -46,7 +46,8 @@ function inserts into the tree. .Fa node must not already be in the tree, thus implying it must not compare equal -to any other node in the tree. Adding +to any other node in the tree. +Adding .Fa node to .Fa tree |