From b9767afd102c971eb8321de149982bc6dd0980d5 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Tue, 28 May 1996 23:05:02 +0000 Subject: (spec_abbrevs): Still use `NTH' for field name, just `TH' for title. (fmts): Use %nth. --- utils/ps.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/ps.c b/utils/ps.c index 3cea305b..99eb6dbf 100644 --- a/utils/ps.c +++ b/utils/ps.c @@ -155,7 +155,7 @@ char *fmts[] = /* vmem (-v) */ "%^%pid %th %stat %sl %pgins %pgflts %cowflts %zfills %sz %rss %cpu %mem %command", /* long (-l) */ - "%^%uid %pid %th %ppid %pri %ni %th %msgi %msgo %sz %rss %sc %wait %stat %tt %time %command", + "%^%uid %pid %th %ppid %pri %ni %nth %msgi %msgo %sz %rss %sc %wait %stat %tt %time %command", /* jobc (-j) */ "%^%user %pid %th %ppid %pgrp %sess %lcoll %sc %stat %tt %time %command", /* full (-f) (from sysv) */ @@ -170,7 +170,7 @@ char *fmts[] = static const struct ps_fmt_spec spec_abbrevs[] = { {"TT=tty"}, {"SC=susp"}, {"Stat=state"}, {"Command=args"}, {"SL=sleep"}, - {"TH=nth"}, {"NI=bpri"}, {"SZ=vsize"}, {"RSS=rsize"}, + {"NTH=nth", "TH"}, {"NI=bpri"}, {"SZ=vsize"}, {"RSS=rsize"}, {"MsgI=msgin"}, {"MsgO=msgout"}, {0} }; -- cgit v1.2.3