diff options
Diffstat (limited to 'lib/libc/gen/rfork_thread.3')
-rw-r--r-- | lib/libc/gen/rfork_thread.3 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/libc/gen/rfork_thread.3 b/lib/libc/gen/rfork_thread.3 index 73a35c2..56e01a0 100644 --- a/lib/libc/gen/rfork_thread.3 +++ b/lib/libc/gen/rfork_thread.3 @@ -38,7 +38,9 @@ .Ft int .Fn rfork_thread "int flags" "void *stack" "int (*func)(void *arg)" "void *arg" .Sh DESCRIPTION +The .Fn rfork_thread +function is a helper function for .Xr rfork 2 . It arranges for a new process to be created and the child process will @@ -73,5 +75,5 @@ for error return codes. .Sh HISTORY The .Fn rfork_thread -function call first appeared in +function first appeared in .Fx 4.3 . |