diff options
| author | Gleb Smirnoff <glebius@FreeBSD.org> | 2011-12-14 14:55:19 +0000 |
|---|---|---|
| committer | Gleb Smirnoff <glebius@FreeBSD.org> | 2011-12-14 14:55:19 +0000 |
| commit | c62cf1f7fe6abfea54e814427aa0bd275529cab0 (patch) | |
| tree | 422af4ed1c28a8c9e42d215b5f72391b9f0a8cbe | |
| parent | 9aa3cab9680e5f17e18608bd3fb3c9d801e7c822 (diff) | |
Notes
| -rw-r--r-- | share/man/man9/Makefile | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 0870355e1c9a5..a57785451fefb 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -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 \ |
