diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-02-05 17:10:56 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-02-05 17:10:56 +0000 |
commit | 1e56cd253ab7a3976ea09946af1b6ac4661ec248 (patch) | |
tree | 162da32239c42c128c9a25653b11627940abfff8 /usr.bin/window/context.h | |
parent | 0a4ecdee59f5e4b4d7b6903a676f868188fbc414 (diff) |
Added "gid" keyword to print effective group ID of process.
(also alpha-sorted some of the man page that was nearly sorted.)
BEFORE:
kstailey@hermes$ ps -o ruid,svuid,uid,command
RUID SVUID UID COMMAND
333 333 333 -bash (bash)
worked, but group equivalent failed:
kstailey@hermes$ ps -o rgid,svgid,gid,command
ps: gid: keyword not found
RGID SVGID COMMAND
20 20 -bash (bash)
AFTER:
kstailey@hermes$ ps -o rgid,svgid,gid,command
RGID SVGID GID COMMAND
20 20 20 -bash (bash)
Diffstat (limited to 'usr.bin/window/context.h')
0 files changed, 0 insertions, 0 deletions