Date: Tue, 1 Aug 2006 15:29:46 +0000 (UTC) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/ddb db_ps.c Message-ID: <200608011529.k71FTkwV001732@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2006-08-01 15:29:46 UTC
FreeBSD src repository
Modified files:
sys/ddb db_ps.c
Log:
Some cosmetic tweaks:
- Right justify 'pid' label.
- Move the uid column to the right 2 columns so that the 3 process id
columns (pid, ppid, pgrp) are grouped together.
- Expand the uid column to 5 chars.
- Don't indent the tid for multithreaded processes.
Requested by: bde (1, 2, 4)
Revision Changes Path
1.62 +10 -10 src/sys/ddb/db_ps.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200608011529.k71FTkwV001732>
