[BACK]Return to top.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / top

Diff for /src/usr.bin/top/top.c between version 1.49 and 1.50

version 1.49, 2007/02/27 16:27:39 version 1.50, 2007/04/01 19:07:48
Line 137 
Line 137 
         extern char *__progname;          extern char *__progname;
   
         fprintf(stderr,          fprintf(stderr,
             "usage: %s [-bCIinqSTu] [-d count] [-g command] [-o field] [-p pid] [-s time]\n\t[-U username] [number]\n",              "usage: %s [-bCIinqSTu] [-d count] [-g string] [-o field] "
               "[-p pid] [-s time]\n\t[-U user] [number]\n",
             __progname);              __progname);
 }  }
   

Legend:
Removed from v.1.49  
changed lines
  Added in v.1.50