vfork.2: grfix

Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2008-10-29 08:34:38 -05:00
parent f9f812378c
commit ea45ad970d
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ often needlessly, since usually immediately afterwards an
is done.
Thus, for greater efficiency, BSD introduced the
.BR vfork ()
system call, that did not fully copy the address space of
system call, which did not fully copy the address space of
the parent process, but borrowed the parent's memory and thread
of control until a call to
.BR execve (2)