diff --git a/os/linux/local/mode/process.pm b/os/linux/local/mode/process.pm index f5508195a..05a94656a 100644 --- a/os/linux/local/mode/process.pm +++ b/os/linux/local/mode/process.pm @@ -31,7 +31,7 @@ my %state_map = ( X => 'dead', W => 'paging', T => 'stopped', - S => 'InterrupibleSleep', + S => 'InterruptibleSleep', R => 'running', D => 'UninterrupibleSleep' ); @@ -261,4 +261,4 @@ You can use: 'zombie', 'dead', 'paging', 'stopped', =back -=cut \ No newline at end of file +=cut