Author: markj
Date: Thu Jun 20 00:23:51 2019
New Revision: 349219
URL: https://svnweb.freebsd.org/changeset/base/349219
Log:
MFC r349148:
Add some missing MLINKs for tree(3).
Modified:
stable/12/share/man/man3/Makefile
Directory Properties:
stable/12/ (props changed)
Modified: stable/12/share/man/man3/Makefile
==============================================================================
--- stable/12/share/man/man3/Makefile Wed Jun 19 21:36:00 2019
(r349218)
+++ stable/12/share/man/man3/Makefile Thu Jun 20 00:23:51 2019
(r349219)
@@ -179,8 +179,21 @@ MLINKS+= tree.3 RB_EMPTY.3 \
tree.3 RB_ENTRY.3 \
tree.3 RB_FIND.3 \
tree.3 RB_FOREACH.3 \
+ tree.3 RB_FOREACH_FROM.3 \
tree.3 RB_FOREACH_REVERSE.3 \
+ tree.3 RB_FOREACH_REVERSE_FROM.3 \
+ tree.3 RB_FOREACH_REVERSE_SAFE.3 \
+ tree.3 RB_FOREACH_SAFE.3 \
tree.3 RB_GENERATE.3 \
+ tree.3 RB_GENERATE_FIND.3 \
+ tree.3 RB_GENERATE_INSERT.3 \
+ tree.3 RB_GENERATE_INSERT_COLOR.3 \
+ tree.3 RB_GENERATE_MINMAX.3 \
+ tree.3 RB_GENERATE_NEXT.3 \
+ tree.3 RB_GENERATE_NFIND.3 \
+ tree.3 RB_GENERATE_PREV.3 \
+ tree.3 RB_GENERATE_REMOVE.3 \
+ tree.3 RB_GENERATE_REMOVE_COLOR.3 \
tree.3 RB_GENERATE_STATIC.3 \
tree.3 RB_HEAD.3 \
tree.3 RB_INIT.3 \
@@ -194,6 +207,15 @@ MLINKS+= tree.3 RB_EMPTY.3 \
tree.3 RB_PARENT.3 \
tree.3 RB_PREV.3 \
tree.3 RB_PROTOTYPE.3 \
+ tree.3 RB_PROTOTYPE_FIND.3 \
+ tree.3 RB_PROTOTYPE_INSERT.3 \
+ tree.3 RB_PROTOTYPE_INSERT_COLOR.3 \
+ tree.3 RB_PROTOTYPE_MINMAX.3 \
+ tree.3 RB_PROTOTYPE_NEXT.3 \
+ tree.3 RB_PROTOTYPE_NFIND.3 \
+ tree.3 RB_PROTOTYPE_PREV.3 \
+ tree.3 RB_PROTOTYPE_REMOVE.3 \
+ tree.3 RB_PROTOTYPE_REMOVE_COLOR.3 \
tree.3 RB_PROTOTYPE_STATIC.3 \
tree.3 RB_REMOVE.3 \
tree.3 RB_RIGHT.3 \
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"