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

Diff for /src/usr.bin/nohup/nohup.c between version 1.12 and 1.13

version 1.12, 2003/06/03 02:56:14 version 1.13, 2007/10/16 20:19:27
Line 138 
Line 138 
 __dead static void  __dead static void
 usage(void)  usage(void)
 {  {
         (void)fprintf(stderr, "usage: nohup command\n");          (void)fprintf(stderr, "usage: nohup utility [arg ...]\n");
         exit(EXIT_MISC);          exit(EXIT_MISC);
 }  }

Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13