clone.2: Minor tweaks after feedback from Christian Brauner

Reported-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2019-11-10 20:39:17 +01:00
parent edf93e146d
commit 8dd6b0bcd2
1 changed files with 3 additions and 6 deletions

View File

@ -65,15 +65,12 @@ There is not yet a glibc wrapper for
see NOTES.
.SH DESCRIPTION
These system calls
create a new process, in a manner similar to
create a new ("child") process, in a manner similar to
.BR fork (2).
.PP
Unlike
By contrast with
.BR fork (2),
these system calls allow the child to be created with
various properties that differ from the parent.
For example, these system calls
provide more precise control over what pieces of execution
these system cals provide more precise control over what pieces of execution
context are shared between the calling process and the child process.
For example, using these system calls, the caller can control whether
or not the two processes share the virtual address space,