Add the 'sid' info to the output of `ps -j', to make up for the 'sess'
(session-pointer) info which was dropped from `ps' earlier in 5.x. PR: bin/59423 Submitted by: Jilles Tjoelker
This commit is contained in:
parent
2631c7774f
commit
259fcfacc4
@ -142,7 +142,7 @@ Repeat the information header as often as necessary to guarantee one
|
||||
header per page of information.
|
||||
.It Fl j
|
||||
Print information associated with the following keywords:
|
||||
.Cm user , pid , ppid , pgid , jobc , state , tt , time ,
|
||||
.Cm user , pid , ppid , pgid , sid , jobc , state , tt , time ,
|
||||
and
|
||||
.Cm command .
|
||||
.It Fl L
|
||||
|
@ -142,7 +142,7 @@ static void sizevars(void);
|
||||
static void usage(void);
|
||||
|
||||
static char dfmt[] = "pid,tt,state,time,command";
|
||||
static char jfmt[] = "user,pid,ppid,pgid,jobc,state,tt,time,command";
|
||||
static char jfmt[] = "user,pid,ppid,pgid,sid,jobc,state,tt,time,command";
|
||||
static char lfmt[] = "uid,pid,ppid,cpu,pri,nice,vsz,rss,mwchan,state,"
|
||||
"tt,time,command";
|
||||
static char o1[] = "pid";
|
||||
|
Loading…
Reference in New Issue
Block a user