From: Bagas Sanjaya Date: Thu, 5 Jan 2023 13:16:27 +0000 (+0700) Subject: docs: cgroup-v1: wrap remaining admonitions in admonition blocks X-Git-Tag: v6.6.17~5527^2~8 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4ddb1a2aa1a3c4317b94417f1bace0e4f06f51b9;p=platform%2Fkernel%2Flinux-rpi.git 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 Signed-off-by: Tejun Heo --- diff --git a/Documentation/admin-guide/cgroup-v1/memory.rst b/Documentation/admin-guide/cgroup-v1/memory.rst index d0d8c78..b0353c4 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".