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

Diff for /src/usr.bin/timeout/timeout.c between version 1.17 and 1.18

version 1.17, 2021/09/02 11:26:54 version 1.18, 2021/09/02 21:50:24
Line 53 
Line 53 
 static void __dead  static void __dead
 usage(void)  usage(void)
 {  {
         fprintf(stderr, "usage: timeout [-s sig] [-k time] [--preserve-status]"          fprintf(stderr,
             " [--foreground] duration command\n");              "usage: timeout [-k time] [-s sig] [--foreground]"
               " [--preserve-status] duration\n"
               "               command [args]\n");
   
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18