diff options
Diffstat (limited to 'plugins-root')
-rw-r--r-- | plugins-root/pst3.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins-root/pst3.c b/plugins-root/pst3.c index 8734006..5b0e9d7 100644 --- a/plugins-root/pst3.c +++ b/plugins-root/pst3.c | |||
@@ -99,7 +99,7 @@ int main (int argc, char **argv) | |||
99 | if ((pDir = opendir(PROC_DIR)) != NULL) | 99 | if ((pDir = opendir(PROC_DIR)) != NULL) |
100 | { | 100 | { |
101 | /* Display column headings */ | 101 | /* Display column headings */ |
102 | printf("S UID PPID VSZ RSS %%CPU COMMAND ARGS\n"); | 102 | printf("S UID PID PPID VSZ RSS %%CPU COMMAND ARGS\n"); |
103 | 103 | ||
104 | /* Zip through all of the process entries */ | 104 | /* Zip through all of the process entries */ |
105 | while ((pDent = readdir(pDir)) != NULL) | 105 | while ((pDent = readdir(pDir)) != NULL) |