diff options
-rw-r--r-- | share/man/man9/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 99e0b04..6dd6b08 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -35,6 +35,7 @@ MAN= accept_filter.9 \ cdevsw_add.9 \ cdevsw_remove.9 \ condvar.9 \ + contigmalloc.9 \ copy.9 \ critical_enter.9 \ cr_seeothergids.9 \ @@ -400,6 +401,7 @@ MLINKS+=copy.9 copyin.9 \ copy.9 copyinstr.9 \ copy.9 copyout.9 \ copy.9 copystr.9 +MLINKS+=contigmalloc.9 contigfree.9 MLINKS+=critical_enter.9 cpu_critical_enter.9 \ critical_enter.9 cpu_critical_exit.9 \ critical_enter.9 critical_exit.9 |