ps: Use "asleep" not "sleeping" so it fits
authorAlan Cox <alan@linux.intel.com>
Sun, 24 May 2015 21:56:34 +0000 (22:56 +0100)
committerAlan Cox <alan@linux.intel.com>
Sun, 24 May 2015 21:56:34 +0000 (22:56 +0100)
This will do for now until it gets rewritten to provide the expected sys5
layout

Applications/util/ps.c

index 349bc25..4131b89 100644 (file)
@@ -20,8 +20,8 @@ char *mapstat(char s)
        case P_FORKING: return "Forking";
        case P_RUNNING: return "Running";
        case P_READY:   return "Ready";
-       case P_SLEEP:   
-       case P_XSLEEP:  return "Sleeping";
+       case P_SLEEP:
+       case P_XSLEEP:  return "Asleep";
        case P_PAUSE:   return "Paused";
        case P_WAIT:    return "Waiting";
     }