diff options
author | Marc Espie <espie@cvs.openbsd.org> | 1999-09-02 17:24:36 +0000 |
---|---|---|
committer | Marc Espie <espie@cvs.openbsd.org> | 1999-09-02 17:24:36 +0000 |
commit | a534391e94ff0c57dd5023ece96c4129ff6c9a8b (patch) | |
tree | f7504fb0dc7c3bbaca48b7033a8529b4b7a9bba6 /share/man/man9/Makefile | |
parent | 1a6ced1bd67ddbd46e9592bd601abc999000a182 (diff) |
More manpages.
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r-- | share/man/man9/Makefile | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile index ae189176ab2..8cb2e739e73 100644 --- a/share/man/man9/Makefile +++ b/share/man/man9/Makefile @@ -1,10 +1,11 @@ -# $OpenBSD: Makefile,v 1.10 1999/09/01 20:52:11 espie Exp $ +# $OpenBSD: Makefile,v 1.11 1999/09/02 17:24:35 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 hz.9 hzto.9 intro.9 \ - inittodr.9 malloc.9 md5.9 microtime.9 panic.9 psignal.9 resettodr.9 \ +MAN= boot.9 copy.9 disk.9 doshutdownhooks.9 fetch.9 fork1.9 \ + hz.9 hzto.9 intro.9 inittodr.9 kthread.9 \ + malloc.9 md5.9 microtime.9 panic.9 pfind.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 @@ -16,7 +17,10 @@ MLINKS+=disk.9 disk_init.9 disk.9 disk_attach.9 disk.9 disk_detatch.9 \ disk.9 disk_resetstat.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+=kthread.9 kthread_create.9 kthread.9 kthread_exit.9 \ + kthread.9 kthread_create_deferred.9 MLINKS+=md5.9 MD5Init.9 md5.9 MD5Transform.9 +MLINKS+=pfind.9 pgfind.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 |