Author: brooks
Date: Tue Jan 12 06:11:36 2010
New Revision: 202137
URL: http://svn.freebsd.org/changeset/base/202137

Log:
  MFC r201954:
  
    Update the comment on printing group membership to reflect that fact
    that each group the process is a member of is printed rather than
    an entry for each group the user could be a member of.

Modified:
  stable/8/sys/fs/procfs/procfs_status.c
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)

Modified: stable/8/sys/fs/procfs/procfs_status.c
==============================================================================
--- stable/8/sys/fs/procfs/procfs_status.c      Tue Jan 12 06:09:56 2010        
(r202136)
+++ stable/8/sys/fs/procfs/procfs_status.c      Tue Jan 12 06:11:36 2010        
(r202137)
@@ -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;
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to