diff options
| author | Bruce Evans <bde@FreeBSD.org> | 1997-09-07 04:01:27 +0000 |
|---|---|---|
| committer | Bruce Evans <bde@FreeBSD.org> | 1997-09-07 04:01:27 +0000 |
| commit | f12d1f0bf65b37a7d730f9871c041991491404f0 (patch) | |
| tree | c0570c4fc882dcb7703a724c45aa86d2d8ceb7e2 /lib/libc | |
| parent | 5b05023a504fbca7874578ed40610fcebd140e0c (diff) | |
Notes
Diffstat (limited to 'lib/libc')
| -rw-r--r-- | lib/libc/sys/rfork.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/rfork.2 b/lib/libc/sys/rfork.2 index 4a541497c3ef..5e57f1ff31f0 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, |
