Documentation: update cgroups info user groups names

Update suitable words to explain / understand cgroups contents.

Signed-off-by: Geunsik Lim <geunsik.lim@samsung.com>
Cc: Paul Menage <menage@google.com>
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>

authored by Geunsik Lim and committed by Linus Torvalds 6ad85239 9a684e19

+6 -6
+6 -6
Documentation/cgroups/cgroups.txt
··· 110 tasks etc. The resource planning for this server could be along the 111 following lines: 112 113 - CPU : Top cpuset 114 / \ 115 CPUSet1 CPUSet2 116 - | | 117 - (Profs) (Students) 118 119 In addition (system tasks) are attached to topcpuset (so 120 that they can run anywhere) with a limit of 20% 121 122 - Memory : Professors (50%), students (30%), system (20%) 123 124 - Disk : Prof (50%), students (30%), system (20%) 125 126 Network : WWW browsing (20%), Network File System (60%), others (20%) 127 / \ 128 - Prof (15%) students (5%) 129 130 Browsers like Firefox/Lynx go into the WWW network class, while (k)nfsd go 131 into NFS network class.
··· 110 tasks etc. The resource planning for this server could be along the 111 following lines: 112 113 + CPU : "Top cpuset" 114 / \ 115 CPUSet1 CPUSet2 116 + | | 117 + (Professors) (Students) 118 119 In addition (system tasks) are attached to topcpuset (so 120 that they can run anywhere) with a limit of 20% 121 122 + Memory : Professors (50%), Students (30%), system (20%) 123 124 + Disk : Professors (50%), Students (30%), system (20%) 125 126 Network : WWW browsing (20%), Network File System (60%), others (20%) 127 / \ 128 + Professors (15%) students (5%) 129 130 Browsers like Firefox/Lynx go into the WWW network class, while (k)nfsd go 131 into NFS network class.