cgroup: typo.

This commit is contained in:
tastytea 2021-07-17 18:32:19 +02:00
parent 3cac0d72f3
commit acff616155
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -212,7 +212,7 @@ echo "$$" > cgroup.procs
--------------------------------------------------------------------------------
Try running `for process in $(seq 1 10); do ((sleep 2 && echo ${process}) &);
done`. You will get error messages from your shell that it can't fork another
done`. You will get error messages from your shell that it can not fork another
process.