Merge branch 'master' of ssh://gapil.gnulinux.it/srv/git/gapil
[gapil.git] / sources / ProcInfo.c
index d2dfbe1c715abd116da5a7dc489be353e15c169c..2ffbdee6405fd30df867eba10eb88f7e7edee8df 100644 (file)
  */
 /****************************************************************
  *
- * Program test_fopen.c: 
- * Program to test function fopen
+ * Program ProcInfo.c: 
+ * Program to ??? Incomplete
  *
  * Author: Simone Piccardi
  * Dec. 2001
  *
  * Usage: procinfo -h give all info's
  *
- * $Id: ProcInfo.c,v 1.3 2003/05/02 09:55:14 piccardi Exp $
- *
  ****************************************************************/
 /* 
  * Include needed headers
@@ -37,7 +35,7 @@
 #include <stdlib.h>      /* C standard library */
 #include <unistd.h>      /* unix standard library */
 #include <stdio.h>      /* standard I/O library */
-#include <string.h>      /* string functions */
+#include <string.h>      /* C strings library */
 
 /* Help printing routine */
 void usage(void);
@@ -100,9 +98,9 @@ int main(int argc, char *argv[])
  * routine to print usage info and exit
  */
 void usage(void) {
-    printf("Program testfopen : test fopen for a file  \n");
+    printf("Program procinfo : ???  \n");
     printf("Usage:\n");
-    printf("  testfopen [-h] file mode \n");
+    printf("  procinfo [-h] file mode \n");
     printf("  -h          print this help\n");
     
     exit(1);