]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
clone.2: tfix
authorJakub Wilk <jwilk@jwilk.net>
Sat, 9 Nov 2019 08:50:46 +0000 (09:50 +0100)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Sat, 9 Nov 2019 11:54:41 +0000 (12:54 +0100)
Remove duplicated word.

Signed-off-by: Jakub Wilk <jwilk@jwilk.net>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/clone.2

index 02422b82f1f9e5dbc8248479af9d833d14261ce5..db1ab586af48f2f7ad8d4f57f70aebf5e93ce694 100644 (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