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

Diff for /mandoc/Attic/mdocml.c between version 1.29 and 1.30

version 1.29, 2008/12/29 19:25:29 version 1.30, 2008/12/30 19:06:03
Line 500  msg_warn(void *arg, int tok, int col, enum mdoc_warn t
Line 500  msg_warn(void *arg, int tok, int col, enum mdoc_warn t
         case (WARN_IGN_AFTER_BLK):          case (WARN_IGN_AFTER_BLK):
                 fmt = "ignore: macro `%s' ignored after block macro";                  fmt = "ignore: macro `%s' ignored after block macro";
                 break;                  break;
           case (WARN_IGN_OBSOLETE):
                   fmt = "ignore: macro `%s' is obsolete";
                   break;
         case (WARN_IGN_BEFORE_BLK):          case (WARN_IGN_BEFORE_BLK):
                 fmt = "ignore: macro before block macro `%s' ignored";                  fmt = "ignore: macro before block macro `%s' ignored";
                 break;                  break;

Legend:
Removed from v.1.29  
changed lines
  Added in v.1.30

CVSweb