1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00

Fixed style bug in pseudocode.

This commit is contained in:
Bruce Evans 1997-09-07 04:01:27 +00:00
parent 5b05023a50
commit f12d1f0bf6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29176

View File

@ -79,7 +79,7 @@ will sleep, if necessary, until required process resources are available.
.Pp
.Fn Fork
can be implemented as a call to
.Fn rfork "RFFDG|RFPROC"
.Fn rfork "RFFDG | RFPROC"
but isn't for backwards compatibility.
.Sh RETURN VALUES
Upon successful completion,