fork(2): document new error behaviour when out of resources

This commit is contained in:
cinap_lenrek 2021-10-16 13:14:53 +00:00
parent 20429fb04f
commit bb2357de0c

View file

@ -145,11 +145,11 @@ of the child process; the value returned in the child is zero.
Without Without
.BR RFPROC , .BR RFPROC ,
the return value is zero. the return value is zero.
Process ids range from 1 to the maximum integer Process ids range from 1 to the maximum positive integer
.RB ( int ) .RB ( int )
value. value.
.I Rfork .I Rfork
will sleep, if necessary, until required process resources are available. may also return -1 if process resources are exhausted.
.PP .PP
.I Fork .I Fork
is just a call of is just a call of