Skip to content

Commit

Permalink
6498 typo in libavl(3LIB) man page
Browse files Browse the repository at this point in the history
Reviewed by: Marcel Telka <marcel@telka.sk>
Reviewed by: Yuri Pankov <yuri.pankov@nexenta.com>
Approved by: Richard Lowe <richlowe@richlowe.net>
  • Loading branch information
khalfella authored and richlowe committed Dec 5, 2015
1 parent ba9ca91 commit 5690df7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions usr/src/man/man3lib/libavl.3lib
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
.\"
.\" Copyright 2015 Joyent, Inc.
.\"
.Dd May 07, 2015
.Dd Dec 04, 2015
.Dt LIBAVL 3LIB
.Os
.Sh NAME
Expand Down Expand Up @@ -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) .
Expand Down

0 comments on commit 5690df7

Please sign in to comment.