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

Diff for /mandoc/read.c between version 1.161 and 1.162

version 1.161, 2017/02/18 17:29:28 version 1.162, 2017/03/06 17:26:05
Line 113  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 113  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "bad NAME section content",          "bad NAME section content",
         "missing comma before name",          "missing comma before name",
         "missing description line, using \"\"",          "missing description line, using \"\"",
           "description line outside NAME section",
         "sections out of conventional order",          "sections out of conventional order",
         "duplicate section title",          "duplicate section title",
         "unexpected section",          "unexpected section",

Legend:
Removed from v.1.161  
changed lines
  Added in v.1.162

CVSweb