[PATCH] docs/zh_CN: fix CONFIG_CGROUP typo for CONFIG_CGROUPS

Mainline
From:Ethan Nelson-Moore <enelsonmoore@gmail.com>
Date:
Message-ID:<20260613211300.86016-1-enelsonmoore@gmail.com>
Patch:v1 · 1/1
Language:zh_CN
Patch-ID:bde00de0a58c19fe9ffd0dcb68c3c474ca5cfbe9
Files:Documentation/translations/zh_CN/accounting/psi.rst

Patch content 1 changed file

The Simplified Chinese translation of accounting/psi.rstcontains a typo CONFIG_CGROUP for CONFIG_CGROUPS. Fix it. Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>--- Documentation/translations/zh_CN/accounting/psi.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/translations/zh_CN/accounting/psi.rst b/Documentation/translations/zh_CN/accounting/psi.rstindex a0ddb7bd257c..703bc81ff9be 100644--- a/Documentation/translations/zh_CN/accounting/psi.rst+++ b/Documentation/translations/zh_CN/accounting/psi.rst@@ -148,7 +148,7 @@ psi接口提供的均值即可。 Cgroup2接口 =========== -对于CONFIG_CGROUP=y及挂载了cgroup2文件系统的系统,能够获取cgroups内任务的psi。+对于CONFIG_CGROUPS=y及挂载了cgroup2文件系统的系统,能够获取cgroups内任务的psi。 此场景下cgroupfs挂载点的子目录包含cpu.pressure、memory.pressure、io.pressure文件, 内容格式与/proc/pressure/下的文件相同。 -- 2.43.0