summaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-11-09 16:17:02 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-11-09 16:17:02 +0000
commit855b2de09a6233fe9aaefa49b068e66e5f779397 (patch)
tree14debc9c3f7d39dd08298c16d7a589a057af5a80 /share/man/man9/Makefile
parentfa5ba76a2b5340a16f854608c0428a4a55090aa3 (diff)
add uvm(9) from netbsd; as a side effect increase art's guilt factor ;)
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 879bfbbee3a..7ef8199752e 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -1,5 +1,5 @@
-# $OpenBSD: Makefile,v 1.26 2000/10/16 14:43:35 mickey Exp $
-# $NetBSD: Makefile,v 1.4 1996/01/09 03:23:01 thorpej Exp $
+# $OpenBSD: Makefile,v 1.27 2000/11/09 16:17:01 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.
@@ -7,10 +7,11 @@ MAN= audio.9 boot.9 copy.9 crypto.9 ctxsw.9 disk.9 disklabel.9 \
dopowerhooks.9 doshutdownhooks.9 fetch.9 fork1.9 \
extent.9 hz.9 hzto.9 intro.9 inittodr.9 log.9 kthread.9 \
malloc.9 md5.9 microtime.9 panic.9 pfind.9 pool.9 \
- powerhook_establish.9 ppsratecheck.9 printf.9 psignal.9 \
- ratecheck.9 resettodr.9 random.9 shutdownhook_establish.9 \
- sleep.9 spl.9 store.9 style.9 time.9 timeout.9 vm_allocate.9 \
- vm_map_copy.9 vm_deallocate.9 vm_map_inherit.9 vm_map_protect.9
+ powerhook_establish.9 ppsratecheck.9 printf.9 psignal.9 \
+ ratecheck.9 resettodr.9 random.9 shutdownhook_establish.9 \
+ sleep.9 spl.9 store.9 style.9 time.9 timeout.9 uvm.9 \
+ vm_allocate.9 vm_map_copy.9 vm_deallocate.9 \
+ vm_map_inherit.9 vm_map_protect.9
MLINKS+=copy.9 copyin.9 copy.9 copyout.9 copy.9 copystr.9 \
copy.9 copyinstr.9 copy.9 copyoutstr.9