Install manpage links for RB_PREV and RB_FOREACH_REVERSE.

This commit is contained in:
Jason Evans 2008-03-07 22:29:53 +00:00
parent 8a109fa3d8
commit 164bfe6abb
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=176920

View file

@ -111,6 +111,7 @@ 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_REVERSE.3 \
tree.3 RB_GENERATE.3 \
tree.3 RB_GENERATE_STATIC.3 \
tree.3 RB_HEAD.3 \
@ -123,6 +124,7 @@ MLINKS+= tree.3 RB_EMPTY.3 \
tree.3 RB_NEXT.3 \
tree.3 RB_NFIND.3 \
tree.3 RB_PARENT.3 \
tree.3 RB_PREV.3 \
tree.3 RB_PROTOTYPE.3 \
tree.3 RB_PROTOTYPE_STATIC.3 \
tree.3 RB_REMOVE.3 \