Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Solaris: update proc state letters to reflect Solaris usage
Browse files Browse the repository at this point in the history
  • Loading branch information
Guy M. Broome authored and hishamhm committed Apr 5, 2018
1 parent c53e384 commit cf04300
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion solaris/SolarisProcess.c
Original file line number Diff line number Diff line change
Expand Up @@ -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, },
Expand Down

0 comments on commit cf04300

Please sign in to comment.