Clarify CLONE_VFORK doc

"process" is confusing because it might cause people to think all threads of the parent get suspended.
This commit is contained in:
Florian Mayer 2023-03-29 17:39:21 -07:00 committed by GitHub
parent ae6b221882
commit 9bf97bc95a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1154,7 +1154,7 @@ on this child process.
.BR CLONE_VFORK " (since Linux 2.2)"
If
.B CLONE_VFORK
is set, the execution of the calling process is suspended
is set, the execution of the calling thread is suspended
until the child releases its virtual memory
resources via a call to
.BR execve (2)