X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2FProcInfo.c;fp=sources%2FProcInfo.c;h=2ffbdee6405fd30df867eba10eb88f7e7edee8df;hp=d4c012f1eee828497b42b4161f312ebb893dcf26;hb=5d621249af8897e27fc0a842a33e7a7ef3b9c2ca;hpb=6da397ead5f7048133f833a45b3799666ddb3f0a diff --git a/sources/ProcInfo.c b/sources/ProcInfo.c index d4c012f..2ffbdee 100644 --- a/sources/ProcInfo.c +++ b/sources/ProcInfo.c @@ -18,8 +18,8 @@ */ /**************************************************************** * - * Program test_fopen.c: - * Program to test function fopen + * Program ProcInfo.c: + * Program to ??? Incomplete * * Author: Simone Piccardi * Dec. 2001 @@ -98,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);