summaryrefslogtreecommitdiff
path: root/lib/libc/sys/vfork.2
diff options
context:
space:
mode:
authorcvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
committercvs2svn <cvs2svn@FreeBSD.org>1999-01-21 00:55:32 +0000
commit76b5366091f76c9bc73570149ef5055648fc2c39 (patch)
tree590d020e0f2a5bea6e09d66d951a674443b21d67 /lib/libc/sys/vfork.2
parent4b4d01da6f07f7754ff6a6e4f5223e9f0984d1a6 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/vfork.2')
-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 2c97af94ca40..5fff122a90bd 100644
--- a/lib/libc/sys/vfork.2
+++ b/lib/libc/sys/vfork.2
@@ -30,7 +30,7 @@
.\" SUCH DAMAGE.
.\"
.\" @(#)vfork.2 8.1 (Berkeley) 6/4/93
-.\" $Id: vfork.2,v 1.10 1998/01/02 19:22:49 alex Exp $
+.\" $Id: vfork.2,v 1.9 1997/11/18 03:59:30 jdp Exp $
.\"
.Dd June 4, 1993
.Dt VFORK 2
@@ -57,7 +57,7 @@ in that the child borrows the parent's memory and thread of
control until a call to
.Xr execve 2
or an exit (either by a call to
-.Xr _exit 2
+.Xr exit 3
or abnormally).
The parent process is suspended while the child is using its resources.
.Pp