On 11/9/19 9:50 AM, Jakub Wilk wrote: > Remove duplicated word. Um -- wow. That was quick! Patch applied. Thanks, Michael > Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> > --- > man2/clone.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/clone.2 b/man2/clone.2 > index 02422b82f..db1ab586a 100644 > --- a/man2/clone.2 > +++ b/man2/clone.2 > @@ -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 > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/