aboutsummaryrefslogtreecommitdiff
path: root/bin/ps/ps.1
diff options
context:
space:
mode:
authorEdward Tomasz Napierala <trasz@FreeBSD.org>2011-06-14 16:50:16 +0000
committerEdward Tomasz Napierala <trasz@FreeBSD.org>2011-06-14 16:50:16 +0000
commit9acd91270f62a489c0e1db9a6937ee67d7390350 (patch)
treefb18221bf363482b28baee819b51740b100f4755 /bin/ps/ps.1
parentaa76615dd1b6df8a2dd7b31cd183b59410b92c1e (diff)
downloadsrc-9acd91270f62a489c0e1db9a6937ee67d7390350.tar.gz
src-9acd91270f62a489c0e1db9a6937ee67d7390350.zip
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>
Notes
Notes: svn path=/head/; revision=223086
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 2465df3acb26..10dd6af7f85d 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 )