diff options
author | Cody Peter Mello <cody.mello@joyent.com> | 2015-11-16 18:20:13 +0000 |
---|---|---|
committer | Cody Peter Mello <cody.mello@joyent.com> | 2015-12-18 18:36:32 +0000 |
commit | e1c9cbc302830acdf5f1c0cf4a0b661d53a289e2 (patch) | |
tree | 1b4dd5ebe708e9f8a05fc07dd080141a79ac7dd7 | |
parent | 152227064fe57b2a0359649383d95503bf76216e (diff) | |
download | illumos-joyent-e1c9cbc302830acdf5f1c0cf4a0b661d53a289e2.tar.gz |
OS-4959 avl_destroy_nodes(3AVL) shows period before parens in function name
-rw-r--r-- | usr/src/man/man3avl/avl_destroy_nodes.3avl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/src/man/man3avl/avl_destroy_nodes.3avl b/usr/src/man/man3avl/avl_destroy_nodes.3avl index 94b433f466..2ca330db04 100644 --- a/usr/src/man/man3avl/avl_destroy_nodes.3avl +++ b/usr/src/man/man3avl/avl_destroy_nodes.3avl @@ -11,7 +11,7 @@ .\" .\" Copyright 2015 Joyent, Inc. .\" -.Dd May 07, 2015 +.Dd Dec 03, 2015 .Dt AVL_DESTROY_NODES 3AVL .Os .Sh NAME @@ -53,7 +53,7 @@ initializing it. After each call to .Fn avl_destroy_nodes , .Fa cookie will be updated and must be passed to subsequent calls to -.Fn avl_destroy_nodes. +.Fn avl_destroy_nodes . .Pp Each time .Fn avl_destroy_nodes |