aboutsummaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>2001-04-07 02:53:35 +0000
committerBrian Somers <brian@FreeBSD.org>2001-04-07 02:53:35 +0000
commit52f8369e69e20569902efe8ac65e59fd01db2c91 (patch)
treee0506df369031aa1f0767f967d50b8a51de06873 /bin
parent64dc0a3e271b93974297257af677d47dcf37b62d (diff)
Notes
Diffstat (limited to 'bin')
-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 55fdc0782621..628ca377c7d1 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";