X-Git-Url: https://gapil.gnulinux.it/gitweb/?p=gapil.git;a=blobdiff_plain;f=sources%2Fpoll_echod.c;h=c2192997dd31add52c185797de7021b02e37aecb;hp=9abccf4c58d0cb56b2ff01d122c32487ef598e25;hb=0605ed025fd00ee41a7515b778bc686a6044f059;hpb=630c685145f488d9a3b7b81a25619982dbbb25ea diff --git a/sources/poll_echod.c b/sources/poll_echod.c index 9abccf4..c219299 100644 --- a/sources/poll_echod.c +++ b/sources/poll_echod.c @@ -26,7 +26,7 @@ * * Usage: echod -h give all info * - * $Id: poll_echod.c,v 1.2 2004/01/05 19:24:52 piccardi Exp $ + * $Id: poll_echod.c,v 1.3 2004/02/17 23:48:46 piccardi Exp $ * ****************************************************************/ /* @@ -236,8 +236,9 @@ void usage(void) { printf(" -h print this help\n"); printf(" -d write debug info\n"); printf(" -i use interactively\n"); - printf(" -c disable BSD semantics\n"); - printf(" -w N wait N sec. before calling accept\n"); + printf(" -c disable BSD signal semantics\n"); + printf(" -n N set max contemporary connection\n"); + printf(" -w N wait N sec. before calling poll\n"); exit(1); } /*