2019-11-21 11:09:01

by Christian Brauner

[permalink] [raw]
Subject: [PATCH] clone.2: Fix typo

From: Christian Brauner <[email protected]>

This surely meant to say clone3() and not clone(3).

Signed-off-by: Christian Brauner <[email protected]>
---
man2/clone.2 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/man2/clone.2 b/man2/clone.2
index 382f6b791..e5ab2a096 100644
--- a/man2/clone.2
+++ b/man2/clone.2
@@ -252,7 +252,7 @@ argument supplied to
lb lb lb
l l l
li li l.
-clone() clone(3) Notes
+clone() clone3() Notes
\fIcl_args\fP field
flags & ~0xff flags For most flags; details below
parent_tid pidfd See CLONE_PIDFD

base-commit: be479fdf027a3288e88d53dbe05ba76bf202776e
--
2.24.0


Subject: Re: [PATCH] clone.2: Fix typo

Hi Christian,

On 11/21/19 12:06 PM, Christian Brauner wrote:
> From: Christian Brauner <[email protected]>
>
> This surely meant to say clone3() and not clone(3).

Thanks. Patch applied.

Cheers,

Michael


> Signed-off-by: Christian Brauner <[email protected]>
> ---
> man2/clone.2 | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/man2/clone.2 b/man2/clone.2
> index 382f6b791..e5ab2a096 100644
> --- a/man2/clone.2
> +++ b/man2/clone.2
> @@ -252,7 +252,7 @@ argument supplied to
> lb lb lb
> l l l
> li li l.
> -clone() clone(3) Notes
> +clone() clone3() Notes
> \fIcl_args\fP field
> flags & ~0xff flags For most flags; details below
> parent_tid pidfd See CLONE_PIDFD
>
> base-commit: be479fdf027a3288e88d53dbe05ba76bf202776e
>
Hi Christian,,

--
Michael Kerrisk
Linux man-pages maintainer; http://www.kernel.org/doc/man-pages/
Linux/UNIX System Programming Training: http://man7.org/training/