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

Diff for /src/usr.bin/tip/Attic/cu.c between version 1.4 and 1.5

version 1.4, 1997/09/01 23:24:24 version 1.5, 2001/09/09 17:58:41
Line 57 
Line 57 
         static char sbuf[12];          static char sbuf[12];
   
         if (argc < 2) {          if (argc < 2) {
                 printf("usage: cu telno [-t] [-s speed] [-a acu] [-l line] [-#]\n");                  printf("usage: cu [phone-number] [-t] [-s speed] [-a acu] [-l line] [-#]\n");
                 exit(8);                  exit(8);
         }          }
         CU = DV = NOSTR;          CU = DV = NOSTR;

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5