From acff616155459eb2d5f4ea2225247d6f17f7208c Mon Sep 17 00:00:00 2001 From: tastytea Date: Sat, 17 Jul 2021 18:32:19 +0200 Subject: [PATCH] cgroup: typo. --- content/posts/cgroup v2 by hand.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/posts/cgroup v2 by hand.adoc b/content/posts/cgroup v2 by hand.adoc index 66146e7..45ab7ac 100644 --- a/content/posts/cgroup v2 by hand.adoc +++ b/content/posts/cgroup v2 by hand.adoc @@ -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.