-/* $OpenBSD: keyword.c,v 1.3 1996/06/23 14:20:49 deraadt Exp $ */
+/* $OpenBSD: keyword.c,v 1.4 1997/02/05 17:10:55 kstailey Exp $ */
/* $NetBSD: keyword.c,v 1.12.6.1 1996/05/30 21:25:13 cgd Exp $ */
/*-
#if 0
static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94";
#else
-static char rcsid[] = "$OpenBSD: keyword.c,v 1.3 1996/06/23 14:20:49 deraadt Exp $";
+static char rcsid[] = "$OpenBSD: keyword.c,v 1.4 1997/02/05 17:10:55 kstailey Exp $";
#endif
#endif /* not lint */
{"cputime", "", "time"},
{"f", "F", NULL, 0, pvar, 7, POFF(p_flag), INT, "x"},
{"flags", "", "f"},
+ GID("gid", "GID", evar, EOFF(e_ucred.cr_gid)),
{"holdcnt", "HOLDCNT", NULL, 0, pvar, 8, POFF(p_holdcnt), INT, "d"},
{"ignored", "", "sigignore"},
{"inblk", "INBLK", NULL, USER, rvar, 4, ROFF(ru_inblock), LONG, "d"},
{"cputime", "", "time"},
{"f", "F", NULL, 0, pvar, 7, POFF(p_flag), LONG, "x"},
{"flags", "", "f"},
+ {"gid", "GID", NULL, 0, pvar, UIDLEN, POFF(p_gid), USHORT, UIDFMT},
{"ignored", "", "sigignore"},
{"inblk", "INBLK", NULL, USER, rvar, 4, ROFF(ru_inblock), LONG, "d"},
{"inblock", "", "inblk"},
-.\" $OpenBSD: ps.1,v 1.4 1996/07/08 22:09:28 ccappuc Exp $
+.\" $OpenBSD: ps.1,v 1.5 1997/02/05 17:10:53 kstailey Exp $
.\" $NetBSD: ps.1,v 1.16 1996/03/21 01:36:28 jtc Exp $
.\"
.\" Copyright (c) 1980, 1990, 1991, 1993, 1994
short-term cpu usage factor (for scheduling)
.It flags
the process flags, in hexadecimal (alias f)
+.It gid
+effective group
+.It holdcnt
+number of holds on the process (if non-zero, process can't be swapped)
.It inblk
total blocks read (alias inblock)
.It jobc
job control count
-.It holdcnt
-number of holds on the process (if non-zero, process can't be swapped)
.It ktrace
tracing flags
.It ktracep
control terminal name (two letter abbreviation)
.It tty
full name of control terminal
-.It uprocp
-process pointer
.It ucomm
name to be used for accounting
.It uid
.Tn ID
.It upr
scheduling priority on return from system call (alias usrpri)
+.It uprocp
+process pointer
.It user
user name (from uid)
.It vsz