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

Diff for /mandoc/read.c between version 1.11 and 1.12

version 1.11, 2011/04/04 23:04:38 version 1.12, 2011/04/09 15:29:40
Line 142  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 142  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "tab in non-literal context",          "tab in non-literal context",
         "end of line whitespace",          "end of line whitespace",
         "bad comment style",          "bad comment style",
         "unknown escape sequence",          "bad escape sequence",
         "unterminated quoted string",          "unterminated quoted string",
   
         "generic error",          "generic error",

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

CVSweb