From c91b0938d501dca89c8d935b45e6eea064de6f36 Mon Sep 17 00:00:00 2001 From: "Guy M. Broome" Date: Thu, 5 Apr 2018 09:46:00 -0400 Subject: Solaris: update proc state letters to reflect Solaris usage --- solaris/SolarisProcess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solaris/SolarisProcess.c b/solaris/SolarisProcess.c index 0e766ba2..31f488ef 100644 --- a/solaris/SolarisProcess.c +++ b/solaris/SolarisProcess.c @@ -76,7 +76,7 @@ ProcessFieldData Process_fields[] = { [0] = { .name = "", .title = NULL, .description = NULL, .flags = 0, }, [PID] = { .name = "PID", .title = " PID ", .description = "Process/thread ID", .flags = 0, }, [COMM] = { .name = "Command", .title = "Command ", .description = "Command line", .flags = 0, }, - [STATE] = { .name = "STATE", .title = "S ", .description = "Process state (S sleeping, R running, D disk, Z zombie, T traced, W paging)", .flags = 0, }, + [STATE] = { .name = "STATE", .title = "S ", .description = "Process state (S sleeping, R running, O onproc, Z zombie, T stopped, W waiting)", .flags = 0, }, [PPID] = { .name = "PPID", .title = " PPID ", .description = "Parent process ID", .flags = 0, }, [PGRP] = { .name = "PGRP", .title = " PGRP ", .description = "Process group ID", .flags = 0, }, [SESSION] = { .name = "SESSION", .title = " SID ", .description = "Process's session ID", .flags = 0, }, -- cgit v1.2.3