--- Monitor.c 2014-08-21 05:16:56.000000000 -0500 +++ Monitor.c.new 2014-09-02 13:03:45.106590425 -0500 @@ -402,14 +402,12 @@ if (disc && disc[0] == ' ') fprintf(mp, "Extra information:%s.\n\n", disc); - fprintf(mp, "Faithfully yours, etc.\n"); - mdstat = fopen("/proc/mdstat", "r"); if (mdstat) { char buf[8192]; int n; fprintf(mp, - "\nP.S. The /proc/mdstat file" + "\nThe /proc/mdstat file" " currently contains the following:\n\n"); while ( (n=fread(buf, 1, sizeof(buf), mdstat)) > 0) n=fwrite(buf, 1, n, mp);