+ fix typo in state mapping

This commit is contained in:
Simon Bomm 2017-05-11 22:08:58 +02:00 committed by GitHub
parent 59129b988a
commit 2ffb7aabaf
1 changed files with 2 additions and 2 deletions

View File

@ -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
=cut