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

Diff for /mandoc/mandoc.c between version 1.2 and 1.3

version 1.2, 2009/07/12 09:48:00 version 1.3, 2009/07/24 20:22:24
Line 59  mandoc_special(const char *p)
Line 59  mandoc_special(const char *p)
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
         case (':'):          case (':'):
                 /* FALLTHROUGH */                  /* FALLTHROUGH */
           case ('c'):
                   return(2);
         case ('e'):          case ('e'):
                 return(2);                  return(2);
         case ('f'):          case ('f'):

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb