Hi Adrian, On 11/28/19 1:46 PM, Adrian Reber wrote:
added two missing parentheses Signed-off-by: Adrian Reber <areber@xxxxxxxxxx> --- man2/clone.2 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man2/clone.2 b/man2/clone.2 index e5ab2a096..076b9258e 100644 --- a/man2/clone.2 +++ b/man2/clone.2 @@ -1349,13 +1349,13 @@ For example, on aarch64, .I stack must be a multiple of 16. .TP -.BR EINVAL " (" clone3 "() only" +.BR EINVAL " (" clone3 "() only)" .B CLONE_DETACHED was specified in the .I flags mask. .TP -.BR EINVAL " (" clone "() only" +.BR EINVAL " (" clone "() only)" .B CLONE_PIDFD was specified together with .B CLONE_DETACHED base-commit: 445fc03eebeee9b0e9ccaa4e2361f91f30749e8e
Thanks. Applied. Cheers, Michael