mention -a

This commit is contained in:
albert
2002-10-09 04:28:48 +00:00
parent 4c59b4339d
commit e4d350522e
7 changed files with 29 additions and 24 deletions

View File

@@ -1186,7 +1186,7 @@ static void show_procs(void)
static int first=0;
if (first==0) {
proc_flags=PROC_FILLMEM|PROC_FILLCMD|PROC_FILLUSR|PROC_FILLSTATUS|PROC_FILLSTAT;
proc_flags=PROC_FILLMEM|PROC_FILLCOM|PROC_FILLUSR|PROC_FILLSTATUS|PROC_FILLSTAT;
if (monpids_index)
proc_flags |= PROC_PID;
p_table=readproctab2(proc_flags, p_table, monpids);