From: Ton Voon Date: Tue, 27 May 2008 13:35:59 +0000 (+0000) Subject: Add additional PID column heading X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=62c4c7b9db91e8d4c3e4cdf96537eb081e581712;p=nagiosplug.git Add additional PID column heading git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@2001 f882894a-f735-0410-b71e-b25c423dba1c --- 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) 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)