aboutsummaryrefslogtreecommitdiff
path: root/Documentation/admin-guide/cgroup-v1
diff options
context:
space:
mode:
authorGravatar Bagas Sanjaya <bagasdotme@gmail.com> 2023-01-05 20:16:27 +0700
committerGravatar Tejun Heo <tj@kernel.org> 2023-01-05 07:38:10 -1000
commit4ddb1a2aa1a3c4317b94417f1bace0e4f06f51b9 (patch)
treea37f953e45a5b28a5883f1451284786f023033c3 /Documentation/admin-guide/cgroup-v1
parentdocs: cgroup-v1: replace custom note constructs with appropriate admonition b... (diff)
downloadlinux-4ddb1a2aa1a3c4317b94417f1bace0e4f06f51b9.tar.gz
linux-4ddb1a2aa1a3c4317b94417f1bace0e4f06f51b9.tar.bz2
linux-4ddb1a2aa1a3c4317b94417f1bace0e4f06f51b9.zip
docs: cgroup-v1: wrap remaining admonitions in admonition blocks
Wrap two other admonitions in appropriate blocks in order for readers to pay more attention to block contents: * hint:: for editor's note * warning:: for move charges deprecation Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com> Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'Documentation/admin-guide/cgroup-v1')
-rw-r--r--Documentation/admin-guide/cgroup-v1/memory.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/cgroup-v1/memory.rst b/Documentation/admin-guide/cgroup-v1/memory.rst
index d0d8c780cb6b..b0353c40639b 100644
--- a/Documentation/admin-guide/cgroup-v1/memory.rst
+++ b/Documentation/admin-guide/cgroup-v1/memory.rst
@@ -13,7 +13,7 @@ Memory Resource Controller
memory controller in this document. Do not confuse memory controller
used here with the memory controller that is used in hardware.
-(For editors) In this document:
+.. hint::
When we mention a cgroup (cgroupfs's directory) with memory controller,
we call it "memory cgroup". When you see git-log and source code, you'll
see patch's title and function names tend to use "memcg".