From: Zhu Yanhai Date: Wed, 30 Nov 2011 04:11:59 +0000 (+1100) Subject: Documentation/cgroups/memory.txt: fix typo X-Git-Tag: next-20111130~3^2~30 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=d009399914e0b753337db943eda120c9f8771456;p=karo-tx-linux.git Documentation/cgroups/memory.txt: fix typo It should be memsw.max_usage_in_bytes. This typo has been there for really a long time. Signed-off-by: Zhu Yanhai Acked-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton --- diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt index cc0ebc5241b3..0f6b0f32c65d 100644 --- a/Documentation/cgroups/memory.txt +++ b/Documentation/cgroups/memory.txt @@ -61,7 +61,7 @@ Brief summary of control files. memory.failcnt # show the number of memory usage hits limits memory.memsw.failcnt # show the number of memory+Swap hits limits memory.max_usage_in_bytes # show max memory usage recorded - memory.memsw.usage_in_bytes # show max memory+Swap usage recorded + memory.memsw.max_usage_in_bytes # show max memory+Swap usage recorded memory.soft_limit_in_bytes # set/show soft limit of memory usage memory.stat # show various statistics memory.use_hierarchy # set/show hierarchical account enabled