summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/rfork.2
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-02-23 01:47:49 +0000
committerru <ru@FreeBSD.org>2003-02-23 01:47:49 +0000
commit8b5b8ec6a76033148b7266d572cd6e0ec6ddd60b (patch)
tree2787ed91230b556f29b4112a26671b984d10687f /lib/libc/sys/rfork.2
parente69b77263826a0c5856a502fd9be47a75435d65c (diff)
downloadFreeBSD-src-8b5b8ec6a76033148b7266d572cd6e0ec6ddd60b.zip
FreeBSD-src-8b5b8ec6a76033148b7266d572cd6e0ec6ddd60b.tar.gz
mdoc(7) police: markup laundry.
Diffstat (limited to 'lib/libc/sys/rfork.2')
-rw-r--r--lib/libc/sys/rfork.216
1 files changed, 8 insertions, 8 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 1081b6b..88f8144 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -35,26 +35,26 @@ The
.Fa flags
argument
is the logical OR of some subset of:
-.Bl -tag -width "RFLINUXTHPN" -offset indent
-.It RFPROC
+.Bl -tag -width ".Dv RFLINUXTHPN"
+.It Dv RFPROC
If set a new process is created; otherwise changes affect the
current process.
-.It RFNOWAIT
+.It Dv RFNOWAIT
If set, the child process will be dissociated from the parent.
Upon
exit the child will not leave a status for the parent to collect.
See
.Xr wait 2 .
-.It RFFDG
+.It Dv RFFDG
If set, the invoker's file descriptor table (see
.Xr intro 2 )
is copied; otherwise the two processes share a
single table.
-.It RFCFDG
+.It Dv RFCFDG
If set, the new process starts with a clean file descriptor table.
Is mutually exclusive with
.Dv RFFDG .
-.It RFMEM
+.It Dv RFMEM
If set, the kernel will force sharing of the entire address space,
typically by sharing the hardware page table directly.
The child
@@ -70,10 +70,10 @@ A helper function is provided to assist with this problem and will cause
the new process to run on the provided stack. See
.Xr rfork_thread 3
for information.
-.It RFSIGSHARE
+.It Dv RFSIGSHARE
If set, the kernel will force sharing the sigacts structure between the
child and the parent.
-.It RFLINUXTHPN
+.It Dv RFLINUXTHPN
If set, the kernel will return SIGUSR1 instead of SIGCHILD upon thread
exit for the child. This is intended to mimic certain Linux clone behaviour.
.El
OpenPOWER on IntegriCloud