diff options
Diffstat (limited to 'share/man/man9/kproc.9')
-rw-r--r-- | share/man/man9/kproc.9 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/share/man/man9/kproc.9 b/share/man/man9/kproc.9 index 69b58b0..a20ab70 100644 --- a/share/man/man9/kproc.9 +++ b/share/man/man9/kproc.9 @@ -244,7 +244,7 @@ when it is called by the new process. The .Fa procptr pointer points to a -.Vt "struct proc " +.Vt "struct proc" pointer that is the location to be updated with the new proc pointer if a new process is created, or if not .Dv NULL , @@ -255,7 +255,7 @@ then a new process is created and the field updated. If not NULL, the .Fa tdptr pointer points to a -.Vt "struct thread " +.Vt "struct thread" pointer that is the location to be updated with the new thread pointer. The .Fa flags |