I spotted a spurious comma when reading this man page, hence I'm suggesting this fix. Signed-off-by: Sambit Nayak <sambitnayak@xxxxxxxxx> --- man2/clone.2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/man2/clone.2 b/man2/clone.2 index 4c5b4ac6b..b91b71831 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -111,7 +111,7 @@ The newer system call. .PP In the remainder of this page, the terminology "the clone call" is used -when noting details that apply to all of these interfaces, +when noting details that apply to all of these interfaces. .\" .SS The clone() wrapper function When the child process is created with the -- 2.25.1