]> git.ipfire.org Git - thirdparty/man-pages.git/commitdiff
clone.2: wfix
authorMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 19 May 2020 19:16:53 +0000 (21:16 +0200)
committerMichael Kerrisk <mtk.manpages@gmail.com>
Tue, 19 May 2020 19:16:53 +0000 (21:16 +0200)
Reported-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
man2/clone.2

index f1da66e5de4dbabb7ffc0eb57d63985ecb1869e0..f0db3bf321c071f975d49b2d71ce1e70aa673387 100644 (file)
@@ -536,7 +536,7 @@ By default, a child process is placed in the same version 2
 cgroup as its parent.
 The
 .B CLONE_INTO_CGROUP
-allows the child process to be created in a different version 2 cgroup.
+flag allows the child process to be created in a different version 2 cgroup.
 (Note that
 .BR CLONE_INTO_CGROUP
 has effect only for version 2 cgroups.)
@@ -549,7 +549,7 @@ in
 and passes a file descriptor that refers to a version 2 cgroup in the
 .I cl_args.cgroup
 field.
-(This file descriptor can be obtained by opening a cgroup v2 directory file
+(This file descriptor can be obtained by opening a cgroup v2 directory
 using either the
 .B O_RDONLY
 or the