Skip to content

Commit 0655215

Browse files
zulinx86Manciukic
authored andcommitted
docs(jailer): Fix unclosed parenthesis
The parenthesis was not closed. Signed-off-by: Takahiro Itazuri <[email protected]>
1 parent 881868d commit 0655215

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/jailer.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ jailer --id <id> \
4040
nested hierarchies. By specifying this parameter, the jailer will create a new
4141
cgroup named `id` for the microvm in the `<cgroup_base>/<parent_cgroup>`
4242
subfolder. `cgroup_base` is the cgroup controller root for `cgroup v1` (e.g.
43-
`/sys/fs/cgroup/cpu`) or the unified controller hierarchy for `cgroup v2` (
44-
e.g. `/sys/fs/cgroup/unified`. `<parent_cgroup>` is a relative path within
43+
`/sys/fs/cgroup/cpu`) or the unified controller hierarchy for `cgroup v2`
44+
(e.g. `/sys/fs/cgroup/unified`). `<parent_cgroup>` is a relative path within
4545
that hierarchy. For example, if `--parent-cgroup all_uvms/external_uvms` is
4646
specified, the jailer will write all cgroup parameters specified through
4747
`--cgroup` in `/sys/fs/cgroup/<controller_name>/all_uvms/external_uvms/<id>`.

0 commit comments

Comments
 (0)