[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.2 and 1.3

version 1.2, 2018/12/14 05:18:02 version 1.3, 2018/12/15 19:30:26
Line 167  static const char *const type_message[MANDOCERR_MAX] =
Line 167  static const char *const type_message[MANDOCERR_MAX] =
         "tab in filled text",          "tab in filled text",
         "new sentence, new line",          "new sentence, new line",
         "invalid escape sequence",          "invalid escape sequence",
           "undefined escape, printing literally",
         "undefined string, using \"\"",          "undefined string, using \"\"",
   
         /* related to tables */          /* related to tables */
Line 228  static const char *const type_message[MANDOCERR_MAX] =
Line 229  static const char *const type_message[MANDOCERR_MAX] =
         "unsupported feature",          "unsupported feature",
         "input too large",          "input too large",
         "unsupported control character",          "unsupported control character",
           "unsupported escape sequence",
         "unsupported roff request",          "unsupported roff request",
         "nested .while loops",          "nested .while loops",
         "end of scope with open .while loop",          "end of scope with open .while loop",

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

CVSweb