diff options
Diffstat (limited to 'share/man/man3/tree.3')
-rw-r--r-- | share/man/man3/tree.3 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/share/man/man3/tree.3 b/share/man/man3/tree.3 index ea70506..ff701a0 100644 --- a/share/man/man3/tree.3 +++ b/share/man/man3/tree.3 @@ -424,12 +424,14 @@ Individual prototypes can be declared with .Fn RB_PROTOTYPE_PREV , and .Fn RB_PROTOTYPE_MINMAX -in case not all functions are required. The individual prototype macros expect +in case not all functions are required. +The individual prototype macros expect .Fa NAME , .Fa TYPE , and .Fa ATTR -arguments. The +arguments. +The .Fa ATTR argument must be empty for global functions or .Fa static |