From e487a1b01bad18506be1f9ea33bef66c4ba0a8cc Mon Sep 17 00:00:00 2001 From: lakhininenina <99631909+lakhininenina@users.noreply.github.com> Date: Sun, 12 Jun 2022 21:20:01 +0000 Subject: [PATCH] cgroups: fix typo in command description (#8124) --- pages/linux/cgroups.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/cgroups.md b/pages/linux/cgroups.md index da35f3db37..6aa9360bb6 100644 --- a/pages/linux/cgroups.md +++ b/pages/linux/cgroups.md @@ -1,6 +1,6 @@ # cgroups -> Cgroups aka control groups is a Linux kernel feature for limiting, measuring, and controling resource usage by processes. +> Cgroups aka control groups is a Linux kernel feature for limiting, measuring, and controlling resource usage by processes. > More information: . - Show the tldr page for `cgclassify`: