diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2010-01-09 23:23:52 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2010-01-09 23:23:52 +0000 |
commit | 646063122d2457de6961d1dc3900c4d72f56c5e4 (patch) | |
tree | bbe7b8f8f0b8f7431eecc0f3e879099a5d34f4ef | |
parent | 5feedc257528d7f983a73c6c51131bb7f0b0b20f (diff) |
Notes
-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 80d739285600..7850504fe30b 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; |