diff options
| author | Serge Hallyn <serge.hallyn@ubuntu.com> | 2016-04-25 17:05:36 -0500 |
|---|---|---|
| committer | Michael Kerrisk <mtk.manpages@gmail.com> | 2016-05-09 23:08:53 +0200 |
| commit | e8b26dfa40366c0b82e9317e380a2572668ce6fe (patch) | |
| tree | 67d4dca928c5c092e5cc0b57c20ec7f35f80968e /man7/cgroups.7 | |
| parent | 3257c87d549bfe6f0b790a6d6b704b9b69d77f8b (diff) | |
| download | man-pages-e8b26dfa40366c0b82e9317e380a2572668ce6fe.tar.gz | |
cgroups.7: wfix
Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
Diffstat (limited to 'man7/cgroups.7')
| -rw-r--r-- | man7/cgroups.7 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/man7/cgroups.7 b/man7/cgroups.7 index 8c263bb7aa..5cfc026502 100644 --- a/man7/cgroups.7 +++ b/man7/cgroups.7 @@ -212,8 +212,9 @@ This creates a new empty cgroup. Tasks may be moved to this cgroup by writing their PIDs into the cgroup's .I cgroup.procs -(deprecated) +or .I tasks +(deprecated) file: echo $$ > /sys/fs/cgroup/cpu/cg1/cgroup.procs |
