tools.ps.linux: fix USE: tools.ps.
parent
455ef45b21
commit
f2aa86ff33
basis/tools/ps/linux
|
@ -2,7 +2,7 @@
|
|||
! See http://factorcode.org/license.txt for BSD license.
|
||||
USING: accessors assocs io.directories io.pathnames kernel
|
||||
math.parser prettyprint sequences splitting system
|
||||
unix.linux.proc ;
|
||||
tools.ps unix.linux.proc ;
|
||||
IN: tools.ps.linux
|
||||
|
||||
! If cmdline is empty, read the filename from /proc/pid/stat
|
||||
|
|
Loading…
Reference in New Issue