1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-02-11 09:51:56 +02:00

doc: don't capitalize the first letter of cgroup

This is the correct way to write it as described in the documentation:
<https://docs.kernel.org/admin-guide/cgroup-v2.html#terminology>.

* doc/coreutils.texi (nproc invocation): Use cgroup instead of Cgroup.
This commit is contained in:
Collin Funk
2025-09-18 18:43:54 -07:00
committed by Pádraig Brady
parent bbde83899d
commit 2d2eb2cbe8

View File

@@ -17505,7 +17505,7 @@ which may be less than the number of online processors.
If this information is not accessible, then print the number of
processors installed. If the @env{OMP_NUM_THREADS} or @env{OMP_THREAD_LIMIT}
environment variables are set, then they will determine the minimum
and maximum returned value respectively. Linux Cgroups version 2
and maximum returned value respectively. Linux cgroup version 2
CPU quotas may also limit the maximum returned value.
The result is guaranteed to be greater than zero. Synopsis:
@@ -17522,7 +17522,7 @@ The program accepts the following options. Also see @ref{Common options}.
Print the number of installed processors on the system, which may
be greater than the number online or available to the current process.
The @env{OMP_NUM_THREADS} or @env{OMP_THREAD_LIMIT} environment variables,
or Cgroup CPU quotas, are not honored in this case.
or cgroup CPU quotas, are not honored in this case.
@item --ignore=@var{number}
@opindex --ignore