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

Diff for /src/usr.bin/rsh/Attic/rsh.c between version 1.38 and 1.39

version 1.38, 2005/07/04 01:54:10 version 1.39, 2007/03/20 15:48:10
Line 311 
Line 311 
 usage(void)  usage(void)
 {  {
         (void)fprintf(stderr,          (void)fprintf(stderr,
             "usage: rsh [-Kdn] [-l username] hostname [command]\n");              "usage: rsh [-dn] [-l username] hostname [command]\n");
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39