From 6771685b7a489d24c1eb4aa46162de73dd37afbc Mon Sep 17 00:00:00 2001 From: Benno Rice Date: Sat, 19 Oct 2002 01:39:44 +0000 Subject: Update the documentation for kthread_create to include the pages argument. Reviewed by: sheldonh Forgotten by: scottl --- share/man/man9/kthread.9 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'share/man/man9/kthread.9') diff --git a/share/man/man9/kthread.9 b/share/man/man9/kthread.9 index 150efed0b69a..7006b33a6724 100644 --- a/share/man/man9/kthread.9 +++ b/share/man/man9/kthread.9 @@ -44,7 +44,7 @@ .Ft void .Fn kproc_shutdown "void *arg" "int howto" .Ft int -.Fn kthread_create "void (*func)(void *)" "void *arg" "struct proc **newpp" "int flags" "const char *fmt" "..." +.Fn kthread_create "void (*func)(void *)" "void *arg" "struct proc **newpp" "int flags" "int pages" "const char *fmt" "..." .Ft void .Fn kthread_exit "int ecode" .Ft int @@ -121,6 +121,10 @@ The .Fa flags argument specifies a set of flags as described in .Xr rfork 2 . +The +.Fa pages +argument specifies the size of the new kernel thread's stack in pages. +If 0 is used, the default kernel stack size is allocated. The rest of the arguments form a .Xr printf 9 argument list that is used to build the name of the new thread and is stored -- cgit v1.2.3