From 5690df7e59608f4ee5c051c27524c9d55186cf58 Mon Sep 17 00:00:00 2001 From: "Mohamed A. Khalfella" Date: Wed, 4 Nov 2015 04:48:44 +0300 Subject: 6498 typo in libavl(3LIB) man page Reviewed by: Marcel Telka Reviewed by: Yuri Pankov Approved by: Richard Lowe --- usr/src/man/man3lib/libavl.3lib | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usr/src/man/man3lib/libavl.3lib') diff --git a/usr/src/man/man3lib/libavl.3lib b/usr/src/man/man3lib/libavl.3lib index be43c1cae9..6b65f387fe 100644 --- a/usr/src/man/man3lib/libavl.3lib +++ b/usr/src/man/man3lib/libavl.3lib @@ -11,7 +11,7 @@ .\" .\" Copyright 2015 Joyent, Inc. .\" -.Dd May 07, 2015 +.Dd Dec 04, 2015 .Dt LIBAVL 3LIB .Os .Sh NAME @@ -84,7 +84,7 @@ time. Deleting all nodes from a linked list is .Sy O(n) . With an AVL tree, if using the -.Xr avl_delete_nodes 3AVL +.Xr avl_destroy_nodes 3AVL function then deleting all nodes is .Sy O(n) . -- cgit v1.2.3