The sess column went away last December with v1.26 of keyword.c

Remove it from ``jfmt''.

Forgotten by: mckusick
This commit is contained in:
brian 2001-04-07 02:53:35 +00:00
parent 9ea685aeff
commit d656f2b939

View File

@ -104,7 +104,7 @@ static void usage __P((void));
static uid_t *getuids(const char *, int *);
char dfmt[] = "pid tt state time command";
char jfmt[] = "user pid ppid pgid sess jobc state tt time command";
char jfmt[] = "user pid ppid pgid jobc state tt time command";
char lfmt[] = "uid pid ppid cpu pri nice vsz rss wchan state tt time command";
char o1[] = "pid";
char o2[] = "tt state time command";