mirror of
https://github.com/opnsense/src.git
synced 2026-04-28 17:49:22 -04:00
Don't mention exit(3) in explanation; _exit(2) is a better choice.
This commit is contained in:
parent
08c6fbfa40
commit
5f67a9c8a1
1 changed files with 2 additions and 2 deletions
|
|
@ -30,7 +30,7 @@
|
|||
.\" SUCH DAMAGE.
|
||||
.\"
|
||||
.\" @(#)vfork.2 8.1 (Berkeley) 6/4/93
|
||||
.\" $Id: vfork.2,v 1.9 1997/11/18 03:59:30 jdp Exp $
|
||||
.\" $Id: vfork.2,v 1.10 1998/01/02 19:22:49 alex 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 3
|
||||
.Xr _exit 2
|
||||
or abnormally).
|
||||
The parent process is suspended while the child is using its resources.
|
||||
.Pp
|
||||
|
|
|
|||
Loading…
Reference in a new issue