summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjhb <jhb@FreeBSD.org>2015-04-06 20:40:01 +0000
committerjhb <jhb@FreeBSD.org>2015-04-06 20:40:01 +0000
commit7dd288fb201ab9da74f1b991a43256f098ef5308 (patch)
tree7578179f2faeba9c15ce1d823ea33e59d6e78293
parent9cc039ca0ba99dc98554045dc462be3344d88b87 (diff)
downloadFreeBSD-src-7dd288fb201ab9da74f1b991a43256f098ef5308.zip
FreeBSD-src-7dd288fb201ab9da74f1b991a43256f098ef5308.tar.gz
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 MFC after: 1 week
-rw-r--r--lib/libc/sys/vfork.24
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/libc/sys/vfork.2 b/lib/libc/sys/vfork.2
index f93b429..0518262 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
OpenPOWER on IntegriCloud