summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/rfork_thread.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-12-18 10:13:54 +0000
committerru <ru@FreeBSD.org>2002-12-18 10:13:54 +0000
commitd0db69d964a72128c1dcb81af009e3bd728c7876 (patch)
treed7fc87dbba410fea9fb526ffb94f2409d3c5f8cc /lib/libc/gen/rfork_thread.3
parentaf6f15fd347359b35b89710f15c02dffacf8d980 (diff)
downloadFreeBSD-src-d0db69d964a72128c1dcb81af009e3bd728c7876.zip
FreeBSD-src-d0db69d964a72128c1dcb81af009e3bd728c7876.tar.gz
mdoc(7) police: "The .Fn function".
Diffstat (limited to 'lib/libc/gen/rfork_thread.3')
-rw-r--r--lib/libc/gen/rfork_thread.34
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 .
OpenPOWER on IntegriCloud