From 2ffb7aabaf4ecfdf509136c6019c9c21449780c3 Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Thu, 11 May 2017 22:08:58 +0200 Subject: [PATCH] + fix typo in state mapping --- os/linux/local/mode/process.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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