[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.21 and 1.22

version 1.21, 2022/07/02 19:00:35 version 1.22, 2022/12/22 19:53:23
Line 57 
Line 57 
         fprintf(stderr,          fprintf(stderr,
             "usage: timeout [-k time] [-s sig] [--foreground]"              "usage: timeout [-k time] [-s sig] [--foreground]"
             " [--preserve-status] duration\n"              " [--preserve-status] duration\n"
             "               command [args]\n");              "               command [arg ...]\n");
   
         exit(1);          exit(1);
 }  }

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