[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.23 and 1.24

version 1.23, 2023/01/10 14:19:12 version 1.24, 2023/01/12 14:08:39
Line 55 
Line 55 
 usage(void)  usage(void)
 {  {
         fprintf(stderr,          fprintf(stderr,
             "usage: timeout [-fp] [-k time] [-s sig] duration command"              "usage: timeout [-fp] [-k time] [-s signal] duration command"
             " [arg ...]\n");              " [arg ...]\n");
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24