From f26483ba7dc77bf3a533dbf38415c7a571eda007 Mon Sep 17 00:00:00 2001 From: Tong Li Date: Tue, 23 Sep 2025 00:04:17 +0800 Subject: [PATCH] fix: standardize casing for cgroups in documentation Fixes: #27089 Signed-off-by: Tong Li --- docs/source/markdown/options/cgroups.md | 8 ++++---- docs/source/markdown/podman-stats.1.md.in | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/markdown/options/cgroups.md b/docs/source/markdown/options/cgroups.md index a5e16e5783..ca8837b708 100644 --- a/docs/source/markdown/options/cgroups.md +++ b/docs/source/markdown/options/cgroups.md @@ -4,11 +4,11 @@ ####> are applicable to all of those. #### **--cgroups**=*how* -Determines whether the container creates CGroups. +Determines whether the container creates cgroups. Default is **enabled**. The **enabled** option creates a new cgroup under the cgroup-parent. -The **disabled** option forces the container to not create CGroups, and thus conflicts with CGroup options (**--cgroupns** and **--cgroup-parent**). -The **no-conmon** option disables a new CGroup only for the **conmon** process. -The **split** option splits the current CGroup in two sub-cgroups: one for conmon and one for the container payload. It is not possible to set **--cgroup-parent** with **split**. +The **disabled** option forces the container to not create cgroups, and thus conflicts with cgroup options (**--cgroupns** and **--cgroup-parent**). +The **no-conmon** option disables a new cgroup only for the **conmon** process. +The **split** option splits the current cgroup in two sub-cgroups: one for conmon and one for the container payload. It is not possible to set **--cgroup-parent** with **split**. diff --git a/docs/source/markdown/podman-stats.1.md.in b/docs/source/markdown/podman-stats.1.md.in index 0c811198b1..1c01e7f433 100644 --- a/docs/source/markdown/podman-stats.1.md.in +++ b/docs/source/markdown/podman-stats.1.md.in @@ -11,11 +11,11 @@ podman\-stats - Display a live stream of one or more container's resource usage ## DESCRIPTION Display a live stream of one or more containers' resource usage statistics -Note: Podman stats does not work in rootless environments that use CGroups V1. -Podman stats relies on CGroup information for statistics, and CGroup v1 is not +Note: Podman stats does not work in rootless environments that use cgroups v1. +Podman stats relies on cgroup information for statistics, and cgroup v1 is not supported for rootless use cases. -Note: Rootless environments that use CGroups V2 are not able to report statistics +Note: Rootless environments that use cgroups v2 are not able to report statistics about their networking usage. ## OPTIONS