summaryrefslogtreecommitdiffstats
path: root/bin/ps
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-04-07 02:53:35 +0000
committerbrian <brian@FreeBSD.org>2001-04-07 02:53:35 +0000
commitd656f2b93962b8d88a2baa530009584b3711f6dc (patch)
treedbe92517f5e312177b3be934ead9bfff661f51e3 /bin/ps
parent9ea685aeff46e593d1b713178a3b8762165f2ced (diff)
downloadFreeBSD-src-d656f2b93962b8d88a2baa530009584b3711f6dc.zip
FreeBSD-src-d656f2b93962b8d88a2baa530009584b3711f6dc.tar.gz
The sess column went away last December with v1.26 of keyword.c
Remove it from ``jfmt''. Forgotten by: mckusick
Diffstat (limited to 'bin/ps')
-rw-r--r--bin/ps/ps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/ps/ps.c b/bin/ps/ps.c
index 55fdc07..628ca37 100644
--- a/bin/ps/ps.c
+++ b/bin/ps/ps.c
@@ -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";
OpenPOWER on IntegriCloud