From 6a67ed89fcdf3d88e99dd3149447e63cc2afae16 Mon Sep 17 00:00:00 2001 From: Jakub Wilk Date: Mon, 25 May 2020 15:21:48 +0200 Subject: [PATCH] prctl.2: tfix Remove duplicated word. Signed-off-by: Jakub Wilk Signed-off-by: Michael Kerrisk --- 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