X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FProcInfo.c;h=2ffbdee6405fd30df867eba10eb88f7e7edee8df;hp=d2dfbe1c715abd116da5a7dc489be353e15c169c;hb=26f7a8bb19c6cb198c213757a97b6ac79e40db4b;hpb=b1ead1b930038e4f7cd6ee7f737d7ee4699a068c diff --git a/sources/ProcInfo.c b/sources/ProcInfo.c index d2dfbe1..2ffbdee 100644 --- a/sources/ProcInfo.c +++ b/sources/ProcInfo.c @@ -18,16 +18,14 @@ */ /**************************************************************** * - * 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 /* C standard library */ #include /* unix standard library */ #include /* standard I/O library */ -#include /* string functions */ +#include /* 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);