summaryrefslogtreecommitdiff
path: root/share/man/man9/fork1.9
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2001-01-14 19:43:26 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2001-01-14 19:43:26 +0000
commit9e571f43f415bf69545d34b77b15070b97bd0397 (patch)
treeb43487a32a1e1f9938d3dd8f3e70fea87b75aadb /share/man/man9/fork1.9
parentfa17e5b9cc0f3c6034aca854b5d00be4091e7e81 (diff)
create_kthread(9) -> kthread_create(9); overdose@vomitorium.org
Diffstat (limited to 'share/man/man9/fork1.9')
-rw-r--r--share/man/man9/fork1.98
1 files changed, 4 insertions, 4 deletions
diff --git a/share/man/man9/fork1.9 b/share/man/man9/fork1.9
index 6518d522699..360ac683adf 100644
--- a/share/man/man9/fork1.9
+++ b/share/man/man9/fork1.9
@@ -1,4 +1,4 @@
-.\" $OpenBSD: fork1.9,v 1.4 2000/10/12 18:05:59 aaron Exp $
+.\" $OpenBSD: fork1.9,v 1.5 2001/01/14 19:43:25 millert Exp $
.\" $NetBSD: fork1.9,v 1.3 1999/03/16 00:40:47 garbled Exp $
.\"
.\" Copyright (c) 1998 The NetBSD Foundation, Inc.
@@ -57,7 +57,7 @@ This function is used primarily to implement the
.Xr rfork 2 ,
.Xr vfork 2
system calls, as well as the
-.Xr create_kthread 9
+.Xr kthread_create 9
function.
.Pp
The
@@ -158,6 +158,6 @@ so that feature is not even tested.
.Xr fork 2 ,
.Xr rfork 2 ,
.Xr vfork 2 ,
+.Xr kthread_create 9 ,
.Xr pfind 9 ,
-.Xr psignal 9 ,
-.Xr create_kthread 9
+.Xr psignal 9