summaryrefslogtreecommitdiffstats
path: root/bin/ps/ps.1
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2011-06-14 16:50:16 +0000
committertrasz <trasz@FreeBSD.org>2011-06-14 16:50:16 +0000
commit0b41fa9638f2db7aece9c1ee748bf6b0e621df18 (patch)
treefb18221bf363482b28baee819b51740b100f4755 /bin/ps/ps.1
parent9d45c190c83f9be0326790e82d82a5eb1ce395c7 (diff)
downloadFreeBSD-src-0b41fa9638f2db7aece9c1ee748bf6b0e621df18.zip
FreeBSD-src-0b41fa9638f2db7aece9c1ee748bf6b0e621df18.tar.gz
Add "gid" and "group" keywords to display the effective group ID
and effective group name. Also, add "egid", "egroup" and "euid" aliases. PR: bin/146331 Submitted by: Jeremie Le Hen <jeremie at le-hen dot org>
Diffstat (limited to 'bin/ps/ps.1')
-rw-r--r--bin/ps/ps.111
1 files changed, 9 insertions, 2 deletions
diff --git a/bin/ps/ps.1 b/bin/ps/ps.1
index 2465df3..10dd6af 100644
--- a/bin/ps/ps.1
+++ b/bin/ps/ps.1
@@ -29,7 +29,7 @@
.\" @(#)ps.1 8.3 (Berkeley) 4/18/94
.\" $FreeBSD$
.\"
-.Dd April 18, 2011
+.Dd June 14, 2011
.Dt PS 1
.Os
.Sh NAME
@@ -502,6 +502,12 @@ elapsed running time, in decimal integer seconds
.It Cm flags
the process flags, in hexadecimal (alias
.Cm f )
+.It Cm gid
+effective group ID (alias
+.Cm egid )
+.It Cm group
+group name (from egid) (alias
+.Cm egroup )
.It Cm inblk
total blocks read (alias
.Cm inblock )
@@ -629,7 +635,8 @@ process pointer
.It Cm ucomm
name to be used for accounting
.It Cm uid
-effective user ID
+effective user ID (alias
+.Cm euid )
.It Cm upr
scheduling priority on return from system call (alias
.Cm usrpri )
OpenPOWER on IntegriCloud