1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-08 22:06:01 +02:00

cgroups: fix typo in command description (#8124)

This commit is contained in:
lakhininenina 2022-06-12 21:20:01 +00:00 committed by GitHub
parent 75b303618b
commit e487a1b01b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,6 +1,6 @@
# cgroups # 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: <https://www.kernel.org/doc/Documentation/cgroup-v2.txt>. > More information: <https://www.kernel.org/doc/Documentation/cgroup-v2.txt>.
- Show the tldr page for `cgclassify`: - Show the tldr page for `cgclassify`: