clone.2: wfix

Reported-by: Christian Brauner <christian.brauner@ubuntu.com>
Signed-off-by: Michael Kerrisk <mtk.manpages@gmail.com>
This commit is contained in:
Michael Kerrisk 2020-05-19 21:16:53 +02:00
parent 673d16daad
commit 17d860301a
1 changed files with 2 additions and 2 deletions

View 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