aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/rfork.2
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libc/sys/rfork.2')
-rw-r--r--lib/libc/sys/rfork.29
1 files changed, 4 insertions, 5 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 60f906ebb3ab..7b6ff7e77a6e 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -147,16 +147,15 @@ There is insufficient swap space for the new process.
.Xr minherit 2 ,
.Xr vfork 2
.Sh BUGS
-FreeBSD does not yet implement a native
+.Fx
+does not yet implement a native
.Fn clone
library call, and the current pthreads implementation does not use
-.Fn
-rfork
+.Fn rfork
with RFMEM. A native port of the linux threads library,
.Pa /usr/ports/devel/linuxthreads ,
contains a working
-.Fn
-clone
+.Fn clone
call that utilizes RFMEM.
.Sh HISTORY
The