clone.2: tfix

Remove duplicated word.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Jakub Wilk 2019-11-09 09:50:46 +01:00 committed by Michael Kerrisk
parent baa435c66c
commit edf93e146d
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ 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,
the table of file descriptors, and the table of signal handlers.
These system system calls also allow the new child process to placed
These system calls also allow the new child process to placed
in separate
.BR namespaces (7).
.PP