X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FProcInfo.c;h=2ffbdee6405fd30df867eba10eb88f7e7edee8df;hp=eb16fc0eb2dd5564834b41831b194c5218b1b855;hb=26f7a8bb19c6cb198c213757a97b6ac79e40db4b;hpb=7bd1670460aea5107ad0aeeb5f0639587ceb4399 diff --git a/sources/ProcInfo.c b/sources/ProcInfo.c index eb16fc0..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.1 2002/01/03 23:44: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);