diff options
Diffstat (limited to 'share/man/man3/Makefile')
-rw-r--r-- | share/man/man3/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man3/Makefile b/share/man/man3/Makefile index 446d012..c654faf 100644 --- a/share/man/man3/Makefile +++ b/share/man/man3/Makefile @@ -110,6 +110,7 @@ MLINKS+= tree.3 RB_EMPTY.3 \ tree.3 RB_FIND.3 \ tree.3 RB_FOREACH.3 \ tree.3 RB_GENERATE.3 \ + tree.3 RB_GENERATE_STATIC.3 \ tree.3 RB_HEAD.3 \ tree.3 RB_INIT.3 \ tree.3 RB_INITIALIZER.3 \ @@ -121,6 +122,7 @@ MLINKS+= tree.3 RB_EMPTY.3 \ tree.3 RB_NFIND.3 \ tree.3 RB_PARENT.3 \ tree.3 RB_PROTOTYPE.3 \ + tree.3 RB_PROTOTYPE_STATIC.3 \ tree.3 RB_REMOVE.3 \ tree.3 RB_RIGHT.3 \ tree.3 RB_ROOT.3 \ |