diff options
author | Mohamed A. Khalfella <khalfella@gmail.com> | 2015-11-04 04:48:44 +0300 |
---|---|---|
committer | Richard Lowe <richlowe@richlowe.net> | 2015-12-05 09:51:08 -0500 |
commit | 5690df7e59608f4ee5c051c27524c9d55186cf58 (patch) | |
tree | 8bef81b44e93b6145b75e2e943f4256cafa3e21e /usr/src | |
parent | ba9ca9119d43e9c8e21e14f2129dce27d2dc0cdc (diff) | |
download | illumos-joyent-5690df7e59608f4ee5c051c27524c9d55186cf58.tar.gz |
6498 typo in libavl(3LIB) man page
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
Diffstat (limited to 'usr/src')
-rw-r--r-- | usr/src/man/man3lib/libavl.3lib | 4 |
1 files changed, 2 insertions, 2 deletions
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) . |