aboutsummaryrefslogtreecommitdiff
path: root/share/man/man9/kthread.9
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/man9/kthread.9')
-rw-r--r--share/man/man9/kthread.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/kthread.9 b/share/man/man9/kthread.9
index d2c770b95197..25a20cecf9ed 100644
--- a/share/man/man9/kthread.9
+++ b/share/man/man9/kthread.9
@@ -82,7 +82,7 @@ kernel threads.
See the
.Xr kproc 9
man page for more information on the renamed calls.
-Also note that the
+Also note that the
.Fn kproc_kthread_add 9
function appears in both pages as its functionality is split.
.Pp
@@ -184,11 +184,11 @@ member of the new thread's
.Pp
The
.Fn kproc_kthread_add
-function is much like the
+function is much like the
.Fn kthread_add
function above except that if the kproc does not already
-exist, it is created.
-This function is better documented in the
+exist, it is created.
+This function is better documented in the
.Xr kproc 9
manual page.
.Pp