diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-09-01 20:52:14 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-09-01 20:52:14 +0000 |
commit | 9a5357844082c016551f34cb234e8e2c3ac772b6 (patch) | |
tree | d688a4345e40e86299660e9c82a52affbaa1b88c /share/man/man9/Makefile | |
parent | efb700f0913bcb93835dd4d43b10086c08fc707c (diff) |
Import some documentation from NetBSD, after checking that details match.
hz.9 and hzto.9 from scratch
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index 59a48ac2252..ae189176ab2 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,15 +1,14 @@ -# $OpenBSD: Makefile,v 1.9 1999/08/19 08:12:10 millert Exp $ +# $OpenBSD: Makefile,v 1.10 1999/09/01 20:52:11 espie 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 intro.9 inittodr.9 \ - malloc.9 md5.9 panic.9 resettodr.9 random.9 shutdownhook_establish.9 \ - spl.9 store.9 style.9 time.9 vm_allocate.9 vm_map_copy.9 \ - vm_deallocate.9 vm_map_inherit.9 vm_map_protect.9 +MAN= boot.9 copy.9 disk.9 doshutdownhooks.9 fetch.9 hz.9 hzto.9 intro.9 \ + inittodr.9 malloc.9 md5.9 microtime.9 panic.9 psignal.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 -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 \ copy.9 copyinstr.9 copy.9 copyoutstr.9 MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \ @@ -18,12 +17,17 @@ MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \ 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+=md5.9 MD5Init.9 md5.9 MD5Transform.9 +MLINKS+=psignal.9 pgsignal.9 psignal.9 gsignal.9 +MLINKS+=shutdownhook_establish.9 shutdownhook_disestablish.9 +MLINKS+=sleep.9 tsleep.9 sleep.9 wakeup.9 MLINKS+=spl.9 spl0.9 spl.9 splbio.9 spl.9 splclock.9 spl.9 splhigh.9 \ spl.9 splimp.9 spl.9 splnet.9 spl.9 splsched.9 spl.9 splserial.9 \ spl.9 splsoftclock.9 spl.9 splsoftnet.9 spl.9 splsoftserial.9 \ spl.9 splstatclock.9 spl.9 spltty.9 spl.9 splx.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+=time.9 boottime.9 time.9 mono_time.9 time.9 runtime.9 +MLINKS+=timeout.9 untimeout.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 |