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

Diff for /src/usr.bin/xargs/xargs.c between version 1.10 and 1.11

version 1.10, 2002/02/16 21:27:59 version 1.11, 2002/02/18 18:22:54
Line 126 
Line 126 
         argc -= optind;          argc -= optind;
         argv += optind;          argv += optind;
   
         if (xflag && !nflag)  
                 usage();  
   
         /*          /*
          * Allocate pointers for the utility name, the utility arguments,           * Allocate pointers for the utility name, the utility arguments,
          * the maximum arguments to be read from stdin and the trailing           * the maximum arguments to be read from stdin and the trailing

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11