mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-28 09:02:44 +00:00
Update the comment on printing group membership to reflect that fact
that each groupt the process is a member of is printed rather than an entry for each group the user could be a member of. MFC after: 3 days
This commit is contained in:
parent
5feedc2575
commit
646063122d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201954
@ -82,7 +82,7 @@ procfs_doprocstatus(PFS_FILL_ARGS)
|
||||
sid = sess->s_leader ? sess->s_leader->p_pid : 0;
|
||||
|
||||
/* comm pid ppid pgid sid tty ctty,sldr start ut st wmsg
|
||||
euid ruid rgid,egid,groups[1 .. NGROUPS]
|
||||
euid ruid rgid,egid,groups[1 .. ngroups]
|
||||
*/
|
||||
|
||||
pc = p->p_comm;
|
||||
|
Loading…
Reference in New Issue
Block a user