summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 0ae8525)
raw | patch | inline | side by side (parent: 0ae8525)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 27 May 2008 13:35:59 +0000 (13:35 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Tue, 27 May 2008 13:35:59 +0000 (13:35 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2001 f882894a-f735-0410-b71e-b25c423dba1c
plugins-root/pst3.c | patch | blob | history |
diff --git a/plugins-root/pst3.c b/plugins-root/pst3.c
index 87340062d30c8da35b1ae8cd871480b3eec942bb..5b0e9d72b14360bdf3091054f5243395fddb84a7 100644 (file)
--- a/plugins-root/pst3.c
+++ b/plugins-root/pst3.c
if ((pDir = opendir(PROC_DIR)) != NULL)
{
/* Display column headings */
- printf("S UID PPID VSZ RSS %%CPU COMMAND ARGS\n");
+ printf("S UID PID PPID VSZ RSS %%CPU COMMAND ARGS\n");
/* Zip through all of the process entries */
while ((pDent = readdir(pDir)) != NULL)