summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorbde <bde@FreeBSD.org>1997-09-07 04:01:27 +0000
committerbde <bde@FreeBSD.org>1997-09-07 04:01:27 +0000
commit6aa81297b8e0603e8d96fcb637df5a5c965ea7f5 (patch)
tree44248b30ceae9a3d8652b931e6a5b083369bbf7f /lib
parent27851d5ce5ce0acc92d96e2dd0bf80e1da52cd7c (diff)
downloadFreeBSD-src-6aa81297b8e0603e8d96fcb637df5a5c965ea7f5.zip
FreeBSD-src-6aa81297b8e0603e8d96fcb637df5a5c965ea7f5.tar.gz
Fixed style bug in pseudocode.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/sys/rfork.22
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2
index 4a54149..5e57f1f 100644
--- a/lib/libc/sys/rfork.2
+++ b/lib/libc/sys/rfork.2
@@ -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,
OpenPOWER on IntegriCloud