cvs commit: src/sys/ddb db_ps.c

John Baldwin jhb at FreeBSD.org
Tue Aug 1 15:29:47 UTC 2006


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


More information about the cvs-src mailing list