Undocument "tdnam" (leaving it as an alias), and rename the column

to TDNAME.

Suggested by:	bde
MFC after:	2 weeks
Sponsored by:	DARPA, AFRL
This commit is contained in:
Edward Tomasz Napierala 2017-10-09 13:53:41 +00:00
parent 42ee5c3342
commit 4363782bc3
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=324430
2 changed files with 4 additions and 5 deletions

View file

@ -199,9 +199,9 @@ static VAR var[] = {
{"tdaddr", "TDADDR", NULL, "thread-address", 0, kvar, KOFF(ki_tdaddr),
KPTR, "lx", 0},
{"tdev", "TDEV", NULL, "terminal-device", 0, tdev, 0, CHAR, NULL, 0},
{"tdnam", "TDNAM", NULL, "thread-name", LJUST, tdnam, 0, CHAR,
{"tdnam", "", "tdname", NULL, 0, NULL, 0, CHAR, NULL, 0},
{"tdname", "TDNAME", NULL, "thread-name", LJUST, tdnam, 0, CHAR,
NULL, 0},
{"tdname", "", "tdnam", NULL, 0, NULL, 0, CHAR, NULL, 0},
{"time", "TIME", NULL, "cpu-time", USER, cputime, 0, CHAR, NULL, 0},
{"tpgid", "TPGID", NULL, "terminal-process-gid", 0, kvar,
KOFF(ki_tpgid), UINT, PIDFMT, 0},

View file

@ -675,9 +675,8 @@ saved UID from a setuid executable
accumulated system CPU time
.It Cm tdaddr
thread address
.It Cm tdnam
thread name (alias
.Cm tdname )
.It Cm tdname
thread name
.It Cm tdev
control terminal device number
.It Cm time