diff options
author | Dhaval Giani <dhaval@linux.vnet.ibm.com> | 2008-05-12 14:02:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-13 08:02:25 -0700 |
commit | 0f146a764ff08c4c210c04239c5e6784b4b77485 (patch) | |
tree | 66231367ac864e37cd7dce92b9723a8b369e2baf /Documentation | |
parent | 4cd1a8fc3d3cd740416b14ece2693dbb5d065eaf (diff) | |
download | linux-3.10-0f146a764ff08c4c210c04239c5e6784b4b77485.tar.gz linux-3.10-0f146a764ff08c4c210c04239c5e6784b4b77485.tar.bz2 linux-3.10-0f146a764ff08c4c210c04239c5e6784b4b77485.zip |
cgroups: fix documentation
Correct the cgroups documentation to reflect the correct file names.
Signed-off-by: Dhaval Giani <dhaval@linux.vnet.ibm.com>
Cc: Sudhir Kumar <skumar@linux.vnet.ibm.com>
Cc: Balbir Singh <balbir@in.ibm.com>
Cc: KAMEZAWA Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
Acked-by: Paul Menage <menage@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/cgroups.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/cgroups.txt b/Documentation/cgroups.txt index c298a6690e0..824fc027447 100644 --- a/Documentation/cgroups.txt +++ b/Documentation/cgroups.txt @@ -310,8 +310,8 @@ and then start a subshell 'sh' in that cgroup: cd /dev/cgroup mkdir Charlie cd Charlie - /bin/echo 2-3 > cpus - /bin/echo 1 > mems + /bin/echo 2-3 > cpuset.cpus + /bin/echo 1 > cpuset.mems /bin/echo $$ > tasks sh # The subshell 'sh' is now running in cgroup Charlie |