On 5/25/20 3:21 PM, Jakub Wilk wrote: > Remove duplicated word. Thanks, Jakub. Patch applied. Cheers, Michael > Signed-off-by: Jakub Wilk <jwilk@xxxxxxxxx> > --- > man2/prctl.2 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/man2/prctl.2 b/man2/prctl.2 > index 968a75ab4..605194fc7 100644 > --- a/man2/prctl.2 > +++ b/man2/prctl.2 > @@ -884,7 +884,7 @@ The attribute is likewise accessible via > .IR /proc/self/task/[tid]/comm , > where > .I [tid] > -is the the thread ID of the calling thread, as returned by > +is the thread ID of the calling thread, as returned by > .BR gettid (2). > .\" prctl PR_GET_NAME > .TP > -- Michael Kerrisk Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/ Linux/UNIX System Programming Training: http://man7.org/training/