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

Diff for /src/usr.bin/pkill/pkill.c between version 1.22 and 1.23

version 1.22, 2012/02/15 08:19:30 version 1.23, 2012/02/16 21:25:35
Line 446 
Line 446 
             "\n\t[-T rtable] [-t tty] [-U uid] [-u euid] [pattern ...]\n",              "\n\t[-T rtable] [-t tty] [-U uid] [-u euid] [pattern ...]\n",
             __progname, ustr);              __progname, ustr);
   
         exit(STATUS_ERROR);          exit(STATUS_BADUSAGE);
 }  }
   
 int  int

Legend:
Removed from v.1.22  
changed lines
  Added in v.1.23