display user in ps as well
part of darcs patch Sat Sep 17 18:38:03 EEST 2005 Martin Gasbichler <gasbichl@informatik.uni-tuebingen.de>
This commit is contained in:
parent
7340f76507
commit
9da995f4cd
|
@ -10,6 +10,8 @@
|
|||
" "
|
||||
(fill-up-string 5 "PPID")
|
||||
" "
|
||||
(fill-up-string 8 "USER")
|
||||
" "
|
||||
(fill-up-string 5 "TIME")
|
||||
" "
|
||||
(fill-up-string 40 "COMMAND"))))
|
||||
|
@ -22,6 +24,8 @@
|
|||
" "
|
||||
(fill-up-string 5 (number->string (process-info-ppid p)))
|
||||
" "
|
||||
(fill-up-string 8 (process-info-logname p))
|
||||
" "
|
||||
(fill-up-string 5 (number->string (process-info-time p)))
|
||||
" "
|
||||
(fill-up-string 40 (string-append
|
||||
|
|
Loading…
Reference in New Issue