summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2007-05-14 13:58:54 +0000
committerpav <pav@FreeBSD.org>2007-05-14 13:58:54 +0000
commit003d9887d8d503f3259edc017f0c5625648742b5 (patch)
tree846c8706eff0e19753c0102d9a66de53b91b9cfc /lib
parent60eb6dce11926eeea6db92ba1dfe890b7a47f958 (diff)
downloadFreeBSD-src-003d9887d8d503f3259edc017f0c5625648742b5.zip
FreeBSD-src-003d9887d8d503f3259edc017f0c5625648742b5.tar.gz
Document RFTHREAD
PR: docs/78915 Submitted by: Marc Olzheim <marcolz@stack.nl> MFC after: 1 week
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/rfork.210
1 files changed, 9 insertions, 1 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 9187a55..c0f264a 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -5,7 +5,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd January 31, 2003
+.Dd May 14, 2007
.Dt RFORK 2
.Os
.Sh NAME
@@ -54,6 +54,14 @@ single table.
If set, the new process starts with a clean file descriptor table.
Is mutually exclusive with
.Dv RFFDG .
+.It Dv RFTHREAD
+If set, the new process shares file descriptor to process leaders table
+with its parent.
+Only applies when neither
+.Dv RFFDG
+nor
+.Dv RFCFDG
+are set.
.It Dv RFMEM
If set, the kernel will force sharing of the entire address space,
typically by sharing the hardware page table directly.
OpenPOWER on IntegriCloud