From: Collin Funk Date: Fri, 19 Sep 2025 01:43:54 +0000 (-0700) Subject: doc: don't capitalize the first letter of cgroup X-Git-Tag: v9.8~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d2eb2cbe884aa543d973e0d985a31bb37be80c7;p=thirdparty%2Fcoreutils.git doc: don't capitalize the first letter of cgroup This is the correct way to write it as described in the documentation: . * doc/coreutils.texi (nproc invocation): Use cgroup instead of Cgroup. --- diff --git a/doc/coreutils.texi b/doc/coreutils.texi index efbfdfd303..937d8afd0b 100644 --- a/doc/coreutils.texi +++ b/doc/coreutils.texi @@ -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