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

Diff for /mandoc/read.c between version 1.86 and 1.87

version 1.86, 2014/09/07 23:25:01 version 1.87, 2014/09/11 23:53:30
Line 117  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 117  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "sections out of conventional order",          "sections out of conventional order",
         "duplicate section title",          "duplicate section title",
         "unexpected section",          "unexpected section",
           "unusual Xr order",
           "unusual Xr punctuation",
         "AUTHORS section without An macro",          "AUTHORS section without An macro",
   
         /* related to macros and nesting */          /* related to macros and nesting */

Legend:
Removed from v.1.86  
changed lines
  Added in v.1.87

CVSweb