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:
Brooks Davis 2010-01-09 23:23:52 +00:00
parent 5feedc2575
commit 646063122d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=201954

View File

@ -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;