[BACK]Return to main.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/main.c between version 1.46 and 1.47

version 1.46, 2009/10/13 10:57:25 version 1.47, 2009/10/26 04:15:42
Line 124  main(int argc, char *argv[])
Line 124  main(int argc, char *argv[])
         curp.outtype = OUTT_ASCII;          curp.outtype = OUTT_ASCII;
   
         /* LINTED */          /* LINTED */
         while (-1 != (c = getopt(argc, argv, "f:m:o:T:VW:")))          while (-1 != (c = getopt(argc, argv, "f:m:O:T:VW:")))
                 switch (c) {                  switch (c) {
                 case ('f'):                  case ('f'):
                         if ( ! foptions(&curp.fflags, optarg))                          if ( ! foptions(&curp.fflags, optarg))

Legend:
Removed from v.1.46  
changed lines
  Added in v.1.47

CVSweb