svn commit: r349148 - head/share/man/man3

Mark Johnston markj at FreeBSD.org
Mon Jun 17 16:57:46 UTC 2019


Author: markj
Date: Mon Jun 17 16:57:44 2019
New Revision: 349148
URL: https://svnweb.freebsd.org/changeset/base/349148

Log:
  Add some missing MLINKs for tree(3).
  
  MFC after:	3 days

Modified:
  head/share/man/man3/Makefile

Modified: head/share/man/man3/Makefile
==============================================================================
--- head/share/man/man3/Makefile	Mon Jun 17 16:56:51 2019	(r349147)
+++ head/share/man/man3/Makefile	Mon Jun 17 16:57:44 2019	(r349148)
@@ -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 \


More information about the svn-src-head mailing list