Support -ktt and -ktty, quote "tdev" in comment so table can be sorted.
This commit is contained in:
parent
f043c0fb57
commit
b44ef110a7
@ -1,4 +1,4 @@
|
|||||||
/* $NetBSD: keyword.c,v 1.33 2003/03/08 06:46:22 christos Exp $ */
|
/* $NetBSD: keyword.c,v 1.34 2003/03/08 08:04:24 dsl Exp $ */
|
||||||
|
|
||||||
/*-
|
/*-
|
||||||
* Copyright (c) 1990, 1993, 1994
|
* Copyright (c) 1990, 1993, 1994
|
||||||
@ -38,7 +38,7 @@
|
|||||||
#if 0
|
#if 0
|
||||||
static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94";
|
static char sccsid[] = "@(#)keyword.c 8.5 (Berkeley) 4/2/94";
|
||||||
#else
|
#else
|
||||||
__RCSID("$NetBSD: keyword.c,v 1.33 2003/03/08 06:46:22 christos Exp $");
|
__RCSID("$NetBSD: keyword.c,v 1.34 2003/03/08 08:04:24 dsl Exp $");
|
||||||
#endif
|
#endif
|
||||||
#endif /* not lint */
|
#endif /* not lint */
|
||||||
|
|
||||||
@ -179,14 +179,14 @@ VAR var[] = {
|
|||||||
{"svgroup", "SVGROUP", LJUST, svgname},
|
{"svgroup", "SVGROUP", LJUST, svgname},
|
||||||
UID("svuid", "SVUID", p_svuid),
|
UID("svuid", "SVUID", p_svuid),
|
||||||
{"svuser", "SVUSER", LJUST, svuname},
|
{"svuser", "SVUSER", LJUST, svuname},
|
||||||
/* tdev is UINT32, but we do this for sorting purposes */
|
/* "tdev" is UINT32, but we do this for sorting purposes */
|
||||||
{"tdev", "TDEV", 0, tdev, POFF(p_tdev), INT32},
|
{"tdev", "TDEV", 0, tdev, POFF(p_tdev), INT32},
|
||||||
{"time", "TIME", 0, cputime, 0, CPUTIME},
|
{"time", "TIME", 0, cputime, 0, CPUTIME},
|
||||||
PID("tpgid", "TGPID", p_tpgid),
|
PID("tpgid", "TGPID", p_tpgid),
|
||||||
PVAR("tsess", "TSESS", 0, p_tsess, KPTR, PRIx64),
|
PVAR("tsess", "TSESS", 0, p_tsess, KPTR, PRIx64),
|
||||||
{"tsiz", "TSIZ", 0, tsize, POFF(p_vm_tsize), INT32},
|
{"tsiz", "TSIZ", 0, tsize, POFF(p_vm_tsize), INT32},
|
||||||
{"tt", "TT", LJUST, tname},
|
{"tt", "TT", LJUST, tname, POFF(p_tdev), INT32},
|
||||||
{"tty", "TTY", LJUST, longtname},
|
{"tty", "TTY", LJUST, longtname, POFF(p_tdev), INT32},
|
||||||
{"ucomm", "UCOMM", LJUST, ucomm},
|
{"ucomm", "UCOMM", LJUST, ucomm},
|
||||||
UID("uid", "UID", p_uid),
|
UID("uid", "UID", p_uid),
|
||||||
LVAR("upr", "UPR", 0, l_usrpri, UCHAR, "u"),
|
LVAR("upr", "UPR", 0, l_usrpri, UCHAR, "u"),
|
||||||
|
Loading…
Reference in New Issue
Block a user