Code

Add additional PID column heading
authorTon Voon <tonvoon@users.sourceforge.net>
Tue, 27 May 2008 13:35:59 +0000 (13:35 +0000)
committerTon 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

index 87340062d30c8da35b1ae8cd871480b3eec942bb..5b0e9d72b14360bdf3091054f5243395fddb84a7 100644 (file)
@@ -99,7 +99,7 @@ int main (int argc, char **argv)
        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)