aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/Makefile
diff options
context:
space:
mode:
authorJohn Baldwin <jhb@FreeBSD.org>2000-12-15 20:39:35 +0000
committerJohn Baldwin <jhb@FreeBSD.org>2000-12-15 20:39:35 +0000
commitaea5b8ffe15a2f970d3427e7bf3f77f77cf8003b (patch)
tree9ba60c539debd590c6c8b4f8412756a6b17c07fd /share/man/man9/Makefile
parentb1df743d8a25d5c1f1ae2c1e447dd8fd27463257 (diff)
downloadsrc-aea5b8ffe15a2f970d3427e7bf3f77f77cf8003b.tar.gz
src-aea5b8ffe15a2f970d3427e7bf3f77f77cf8003b.zip
Catch up to the changes to the kthread API.
Notes
Notes: svn path=/head/; revision=70067
Diffstat (limited to 'share/man/man9/Makefile')
-rw-r--r--share/man/man9/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/share/man/man9/Makefile b/share/man/man9/Makefile
index 1023dbe0f91b..84b7872e7c9f 100644
--- a/share/man/man9/Makefile
+++ b/share/man/man9/Makefile
@@ -85,10 +85,10 @@ MLINKS+=devstat.9 devstat_end_transaction.9
MLINKS+=fetch.9 fubyte.9 fetch.9 fuswintr.9 fetch.9 fusword.9 fetch.9 fuword.9
MLINKS+=ifnet.9 if_data.9 ifnet.9 ifaddr.9 ifnet.9 ifqueue.9
MLINKS+=kernacc.9 useracc.9
-MLINKS+=kthread.9 kproc_start.9 kthread.9 kproc_suspend_loop.9
+MLINKS+=kthread.9 kproc_start.9 kthread.9 kproc_shutdown.9
MLINKS+=kthread.9 kthread_create.9 kthread.9 kthread_exit.9
-MLINKS+=kthread.9 resume_kproc.9 kthread.9 shutdown_kproc.9
-MLINKS+=kthread.9 suspend_kproc.9
+MLINKS+=kthread.9 kthread_resume.9 kthread.9 kthread_suspend.9
+MLINKS+=kthread.9 kthread_suspend_check.9
MLINKS+=make_dev.9 destroy_dev.9
MLINKS+=malloc.9 FREE.9 malloc.9 MALLOC.9 malloc.9 free.9
MLINKS+=mi_switch.9 cpu_switch.9