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

Diff for /mandoc/mandoc_msg.c between version 1.18 and 1.19

version 1.18, 2022/04/28 16:21:09 version 1.19, 2022/06/05 13:54:09
Line 236  static const char *const type_message[MANDOCERR_MAX] =
Line 236  static const char *const type_message[MANDOCERR_MAX] =
         "skipping excess arguments",          "skipping excess arguments",
         "divide by zero",          "divide by zero",
   
           /* related to escape sequences */
           "incomplete escape sequence",
           "invalid special character",
           "unknown special character",
   
         "unsupported feature",          "unsupported feature",
         "input too large",          "input too large",
         "unsupported control character",          "unsupported control character",

Legend:
Removed from v.1.18  
changed lines
  Added in v.1.19

CVSweb