diff options
author | jhb <jhb@FreeBSD.org> | 2015-06-02 15:02:28 +0000 |
---|---|---|
committer | jhb <jhb@FreeBSD.org> | 2015-06-02 15:02:28 +0000 |
commit | dfdf80b57ada4ce7c2f5087ef67a6eeefa756042 (patch) | |
tree | 05d8426b95d16a6d9839f2d2e659f5e8b1b1c891 /lib/libc/sys/vfork.2 | |
parent | a5ce7c460fec8769bc2c31b584061bf3b7d09439 (diff) | |
download | FreeBSD-src-dfdf80b57ada4ce7c2f5087ef67a6eeefa756042.zip FreeBSD-src-dfdf80b57ada4ce7c2f5087ef67a6eeefa756042.tar.gz |
MFC 281170:
vfork() first appeared in 3BSD which pre-dates 2.9BSD. Verified via the
copy of 3BSD on disc 1 of "The CSRG Archives".
PR: 198612
Diffstat (limited to 'lib/libc/sys/vfork.2')
-rw-r--r-- | lib/libc/sys/vfork.2 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2 index 1cfaa61..798c500 100644 --- a/lib/libc/sys/vfork.2 +++ b/lib/libc/sys/vfork.2 @@ -28,7 +28,7 @@ .\" @(#)vfork.2 8.1 (Berkeley) 6/4/93 .\" $FreeBSD$ .\" -.Dd November 13, 2009 +.Dd April 6, 2015 .Dt VFORK 2 .Os .Sh NAME @@ -111,7 +111,7 @@ Same as for The .Fn vfork system call appeared in -.Bx 2.9 . +.Bx 3 . .Sh BUGS To avoid a possible deadlock situation, processes that are children in the middle |