svn commit: r228500 - head/share/man/man9

Gleb Smirnoff glebius at FreeBSD.org
Wed Dec 14 14:55:20 UTC 2011


Author: glebius
Date: Wed Dec 14 14:55:19 2011
New Revision: 228500
URL: http://svn.freebsd.org/changeset/base/228500

Log:
  More MLINKS for rtalloc.9

Modified:
  head/share/man/man9/Makefile

Modified: head/share/man/man9/Makefile
==============================================================================
--- head/share/man/man9/Makefile	Wed Dec 14 14:52:50 2011	(r228499)
+++ head/share/man/man9/Makefile	Wed Dec 14 14:55:19 2011	(r228500)
@@ -1023,8 +1023,12 @@ MLINKS+=rmlock.9 rm_destroy.9 \
 	rmlock.9 rm_wunlock.9
 MLINKS+=rtalloc.9 rtalloc1.9 \
 	rtalloc.9 rtalloc_ign.9 \
+	rtalloc.9 RTFREE_LOCKED.9 \
 	rtalloc.9 RTFREE.9 \
-	rtalloc.9 rtfree.9
+	rtalloc.9 rtfree.9 \
+	rtalloc.9 rtalloc1_fib.9 \
+	rtalloc.9 rtalloc_ign_fib.9 \
+	rtalloc.9 rtalloc_fib.9
 MLINKS+=runqueue.9 choosethread.9 \
 	runqueue.9 procrunnable.9 \
 	runqueue.9 remrunqueue.9 \


More information about the svn-src-all mailing list