svn commit: r201954 - head/sys/fs/procfs

Brooks Davis brooks at FreeBSD.org
Sat Jan 9 23:23:53 UTC 2010


Author: brooks
Date: Sat Jan  9 23:23:52 2010
New Revision: 201954
URL: http://svn.freebsd.org/changeset/base/201954

Log:
  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

Modified:
  head/sys/fs/procfs/procfs_status.c

Modified: head/sys/fs/procfs/procfs_status.c
==============================================================================
--- head/sys/fs/procfs/procfs_status.c	Sat Jan  9 23:22:31 2010	(r201953)
+++ head/sys/fs/procfs/procfs_status.c	Sat Jan  9 23:23:52 2010	(r201954)
@@ -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;


More information about the svn-src-all mailing list