From: Jim Warner Date: Thu, 13 Jan 2022 06:00:00 +0000 (-0600) Subject: top: correct one source comment plus one man page oops X-Git-Tag: v4.0.0~54 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=99c1f0578fd6c52f7b11e753ac69fdd43dc663fd;p=procps-ng top: correct one source comment plus one man page oops Signed-off-by: Jim Warner --- diff --git a/top/top.1 b/top/top.1 index aa345170..0f32807d 100644 --- a/top/top.1 +++ b/top/top.1 @@ -648,7 +648,7 @@ The autogroup identifier associated with a process. This feature operates in conjunction with the CFS scheduler to improve interactive desktop performance. -When /proc/sys/kernel/sched_autogroup_enable is set, a new +When /proc/sys/kernel/sched_autogroup_enabled is set, a new autogroup is created with each new session (\*(Xa SID). All subsequently forked processes in that session inherit membership in this autogroup. diff --git a/top/top.c b/top/top.c index 15f4ceee..f064c29d 100644 --- a/top/top.c +++ b/top/top.c @@ -5760,7 +5760,7 @@ numa_oops: Msg_row += sum_tics(Stat_reap->summary, N_txt(WORD_allcpus_txt), 1); } #undef noMAS -} // end: void do_cpus +} // end: do_cpus /*