]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: don't capitalize the first letter of cgroup
authorCollin Funk <collin.funk1@gmail.com>
Fri, 19 Sep 2025 01:43:54 +0000 (18:43 -0700)
committerPádraig Brady <P@draigBrady.com>
Sat, 20 Sep 2025 14:21:41 +0000 (15:21 +0100)
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.

doc/coreutils.texi

index efbfdfd3036c2599aaccf4ed77e8f89658f6c615..937d8afd0bb35947dbe4ee9f70b966ad1b60456a 100644 (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