summaryrefslogtreecommitdiffstats
path: root/lib/libc/sys/rfork.2
diff options
context:
space:
mode:
authorsmpatel <smpatel@FreeBSD.org>1996-04-18 23:36:41 +0000
committersmpatel <smpatel@FreeBSD.org>1996-04-18 23:36:41 +0000
commitde19e026cc5456e0ad8b4a107ace0d4ff83d3618 (patch)
tree6bc3b8ff453cab04677bacc09fc6a1ef5a50d684 /lib/libc/sys/rfork.2
parenta25821060dcf6e98a29b158ea27f7dcf13fefcea (diff)
downloadFreeBSD-src-de19e026cc5456e0ad8b4a107ace0d4ff83d3618.zip
FreeBSD-src-de19e026cc5456e0ad8b4a107ace0d4ff83d3618.tar.gz
Fix the man page to reflect the recent addition of RFNOWAIT and the removal of
Plan9 specific flags.
Diffstat (limited to 'lib/libc/sys/rfork.2')
-rw-r--r--lib/libc/sys/rfork.29
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 9a86371..9b43bd4 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -39,9 +39,6 @@ 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 .
-This is not currently implemented.
-.It RFNAMEG, RFCNAMEG, RFENVG, RFCENVG, RFNOTEG
-These are Plan 9 specific flags, and not implemented.
.It RFFDG
If set, the invoker's file descriptor table (see
.Xr intro 2
@@ -98,6 +95,10 @@ The system-imposed limit
.Pq Aq Pa sys/param.h
on the total number of
processes under execution by a single user would be exceeded.
+.It Bq Er EINVAL
+The RFPROC flag was not specified.
+.It Bq Er EINVAL
+Both the RFFDG and the RFCFDG flags were specified.
.It Bq Er ENOMEM
There is insufficient swap space for the new process.
.El
@@ -109,4 +110,4 @@ There is insufficient swap space for the new process.
.Sh HISTORY
The
.Fn rfork
-function first appeared in Plan9.
+function call first appeared in Plan9.
OpenPOWER on IntegriCloud