From 99c1f0578fd6c52f7b11e753ac69fdd43dc663fd Mon Sep 17 00:00:00 2001 From: Jim Warner Date: Thu, 13 Jan 2022 00:00:00 -0600 Subject: [PATCH] top: correct one source comment plus one man page oops Signed-off-by: Jim Warner --- top/top.1 | 2 +- top/top.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 /* -- 2.40.0