From: Zhu Yanhai Date: Fri, 13 Jan 2012 01:18:24 +0000 (-0800) Subject: Documentation/cgroups/memory.txt: fix typo X-Git-Tag: v3.3-rc1~81^2~66 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d66c1ce7df6ceb94d1902ac865ad50df4ffdb95f;p=platform%2Fkernel%2Flinux-stable.git Documentation/cgroups/memory.txt: fix typo It should be memsw.max_usage_in_bytes. This typo has been there for a really long time. Signed-off-by: Zhu Yanhai Acked-by: KAMEZAWA Hiroyuki Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/Documentation/cgroups/memory.txt b/Documentation/cgroups/memory.txt index 4d8774f..c7de7da 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