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-05 19:38:13 -0300
commitcf04300d49b70895fa5f4dc420c4a8d5b08844f5 (patch)
tree880f85a1b62e937e301f8bec8367d7267104520e
parentc53e3842136c5793052405c8111813750134fa81 (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