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

Diff for /mandoc/mandoc.h between version 1.129 and 1.130

version 1.129, 2014/07/02 13:10:45 version 1.130, 2014/07/02 20:19:11
Line 84  enum mandocerr {
Line 84  enum mandocerr {
         MANDOCERR_LINESCOPE, /* line scope broken: macro breaks macro */          MANDOCERR_LINESCOPE, /* line scope broken: macro breaks macro */
   
         /* related to missing macro arguments */          /* related to missing macro arguments */
         MANDOCERR_MACROEMPTY, /* skipping empty macro */          MANDOCERR_MACRO_EMPTY, /* skipping empty macro: macro */
         MANDOCERR_ARGCWARN, /* argument count wrong */          MANDOCERR_ARGCWARN, /* argument count wrong */
         MANDOCERR_DISPTYPE, /* missing display type */          MANDOCERR_DISPTYPE, /* missing display type */
         MANDOCERR_LISTFIRST, /* list type must come first */          MANDOCERR_LISTFIRST, /* list type must come first */

Legend:
Removed from v.1.129  
changed lines
  Added in v.1.130

CVSweb