diff options
author | brooks <brooks@FreeBSD.org> | 2010-01-09 23:23:52 +0000 |
---|---|---|
committer | brooks <brooks@FreeBSD.org> | 2010-01-09 23:23:52 +0000 |
commit | a880630c51511a900318fc2d480ec67a300a88ff (patch) | |
tree | bbe7b8f8f0b8f7431eecc0f3e879099a5d34f4ef /sys/fs/procfs | |
parent | 5e7cdd35de634f8baea157748d88041ab74d6b1c (diff) | |
download | FreeBSD-src-a880630c51511a900318fc2d480ec67a300a88ff.zip FreeBSD-src-a880630c51511a900318fc2d480ec67a300a88ff.tar.gz |
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
Diffstat (limited to 'sys/fs/procfs')
-rw-r--r-- | sys/fs/procfs/procfs_status.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/procfs/procfs_status.c b/sys/fs/procfs/procfs_status.c index 80d7392..7850504 100644 --- a/sys/fs/procfs/procfs_status.c +++ b/sys/fs/procfs/procfs_status.c @@ -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; |