diff options
author | Kir Kolyshkin | 2021-01-19 16:18:23 -0800 |
---|---|---|
committer | Jonathan Corbet | 2021-01-21 14:05:59 -0700 |
commit | 7361ec680c32d43053fc8a5570b182ff3cda8b1b (patch) | |
tree | 89371770b9cf313b6c9f7dd5e542e08eec72e8fa | |
parent | 8a32d0fee43d9f4bcaacb3234301a8f1fea8925b (diff) |
docs/admin-guide/cgroup-v2: nit
Improper Capitalization.
Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Acked-by: Tejun Heo <tj@kernel.org>
Link: https://lore.kernel.org/r/20210120001824.385168-10-kolyshkin@gmail.com
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/admin-guide/cgroup-v2.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/cgroup-v2.rst b/Documentation/admin-guide/cgroup-v2.rst index 6f59f13f28d0..136902cd0e98 100644 --- a/Documentation/admin-guide/cgroup-v2.rst +++ b/Documentation/admin-guide/cgroup-v2.rst @@ -2226,7 +2226,7 @@ Without cgroup namespace, the "/proc/$PID/cgroup" file shows the complete path of the cgroup of a process. In a container setup where a set of cgroups and namespaces are intended to isolate processes the "/proc/$PID/cgroup" file may leak potential system level information -to the isolated processes. For Example:: +to the isolated processes. For example:: # cat /proc/self/cgroup 0::/batchjobs/container_id1 |