diff options
| author | Sujal Patel <smpatel@FreeBSD.org> | 1996-04-18 23:36:41 +0000 |
|---|---|---|
| committer | Sujal Patel <smpatel@FreeBSD.org> | 1996-04-18 23:36:41 +0000 |
| commit | ea8c29e94beb87f7c66da57a18dd306c505d3544 (patch) | |
| tree | 6bc3b8ff453cab04677bacc09fc6a1ef5a50d684 /lib/libc | |
| parent | 65231104944934223b0792ab8553688dffd89f1e (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/rfork.2 | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index 9a86371b8563..9b43bd432693 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. |
