From 51629a300024a1a3332e73973cc68e517944ecbc Mon Sep 17 00:00:00 2001 From: Michael Kerrisk Date: Wed, 23 Jan 2019 21:41:48 +0100 Subject: [PATCH] cgroups.7: wfix Signed-off-by: Michael Kerrisk --- man7/cgroups.7 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/man7/cgroups.7 b/man7/cgroups.7 index 339961108..e89eb1fb0 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -870,10 +870,10 @@ to this file means that no limit is imposed. The default value in this file is .IR """max""" . .\" -.SS Cgroups v2 delegation: delegation to a less privileged user +.SH Cgroups v2 delegation: delegation to a less privileged user In the context of cgroups, delegation means passing management of some subtree -of the cgroup hierarchy to a nonprivileged process. +of the cgroup hierarchy to a nonprivileged user. Cgroups v1 provides support for delegation based on file permissions in the cgroup hierarchy but with less strict containment rules than v2 (as noted below).