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

Diff for /src/usr.bin/newsyslog/newsyslog.c between version 1.35 and 1.36

version 1.35, 2001/01/12 16:24:06 version 1.36, 2001/03/01 20:34:10
Line 361 
Line 361 
                 *p = '\0';                  *p = '\0';
   
         optind = 1;          /* Start options parsing */          optind = 1;          /* Start options parsing */
         while ((c = getopt(argc, argv, "nrvmf:t:")) != -1) {          while ((c = getopt(argc, argv, "nrvmf:")) != -1) {
                 switch (c) {                  switch (c) {
                 case 'n':                  case 'n':
                         noaction++; /* This implies needroot as off */                          noaction++; /* This implies needroot as off */
Line 389 
Line 389 
 {  {
         extern const char *__progname;          extern const char *__progname;
   
         (void)fprintf(stderr, "usage: %s [-nrvm] [-f config-file]\n",          (void)fprintf(stderr, "usage: %s [-mnrv] [-f config_file]\n",
             __progname);              __progname);
         exit(1);          exit(1);
 }  }

Legend:
Removed from v.1.35  
changed lines
  Added in v.1.36