diff --git a/top/top.c b/top/top.c index 6e0983ef..489530c4 100644 --- a/top/top.c +++ b/top/top.c @@ -4946,7 +4946,8 @@ static void summary_show (void) { if (isROOM(View_STATES, 2)) { show_special(0, fmtmk(N_unq(STATE_line_1_fmt) , Thread_mode ? N_txt(WORD_threads_txt) : N_txt(WORD_process_txt) - , PIDSmaxt, Pids_reap->counts->running, Pids_reap->counts->sleeping + , PIDSmaxt, Pids_reap->counts->running + , Pids_reap->counts->sleeping + Pids_reap->counts->other , Pids_reap->counts->stopped, Pids_reap->counts->zombied)); Msg_row += 1;