diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-11 13:04:54 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 1996-03-11 13:04:54 +0000 |
commit | f0c764329290ea18f307390b5dc1b03bddacb91c (patch) | |
tree | 7fa267aef5036fd666248db194426f80e76d8bd9 /share/man/man9/Makefile | |
parent | 8bac3df8ddd2f4ae7dd7eb669a82db56e09d0968 (diff) |
New pages for VM interface.
Introduction need to be expanded.
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index e10dc6adf7f..94bc180a218 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,9 +1,13 @@ +# $OpenBSD: Makefile,v 1.3 1996/03/11 13:04:48 mickey Exp $ # $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $ # Makefile for section 9 (kernel function and variable) manual pages. -MAN= boot.9 copy.9 disk.9 doshutdownhooks.9 fetch.9 inittodr.9 resettodr.9 \ - shutdownhook_establish.9 store.9 time.9 +MAN= boot.9 copy.9 disk.9 doshutdownhooks.9 fetch.9 intro.9 inittodr.9 \ + resettodr.9 shutdownhook_establish.9 store.9 time.9 \ + vm_allocate.9 vm_map_copy.9 vm_deallocate.9 vm_map_inherit.9 \ + vm_map_protect.9 + MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9 MLINKS+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9 MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \ @@ -15,5 +19,8 @@ MLINKS+=fetch.9 fubyte.9 fetch.9 fuibyte.9 fetch.9 fusword.9 \ fetch.9 fuswintr.9 fetch.9 fuword.9 fetch.9 fuiword.9 MLINKS+=store.9 subyte.9 store.9 suibyte.9 store.9 susword.9 \ store.9 suswintr.9 store.9 suword.9 store.9 suiword.9 +MLINKS+=vm_map_copy.9 vm_copy.9 +MLINKS+=vm_map_inherit.9 vm_inherit.9 +MLINKS+=vm_map_protect.9 vm_protect.9 .include <bsd.prog.mk> |