summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy M. Broome <thrirhrafnir@gmail.com>2018-04-05 09:46:00 -0400
committerHisham Muhammad <hisham@gobolinux.org>2018-04-06 11:14:09 -0300
commitc91b0938d501dca89c8d935b45e6eea064de6f36 (patch)
tree61af0f4eb73cdd6f1b76540b18a1fdfe6e3e4409
parent4f934c977d3718f860b5bb74cfc4111d63c27c1d (diff)
Solaris: update proc state letters to reflect Solaris usage
-rw-r--r--solaris/SolarisProcess.c2
1 files changed, 1 insertions, 1 deletions
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, },

© 2014-2024 Faster IT GmbH | imprint | privacy policy