[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.12 and 1.14

version 1.12, 2020/09/01 18:25:27 version 1.14, 2021/06/27 17:57:54
Line 55  static const char *const type_message[MANDOCERR_MAX] =
Line 55  static const char *const type_message[MANDOCERR_MAX] =
         "unknown architecture",          "unknown architecture",
         "operating system explicitly specified",          "operating system explicitly specified",
         "RCS id missing",          "RCS id missing",
         "referenced manual not found",  
   
         "generic style suggestion",          "generic style suggestion",
   
Line 69  static const char *const type_message[MANDOCERR_MAX] =
Line 68  static const char *const type_message[MANDOCERR_MAX] =
         "consider using OS macro",          "consider using OS macro",
         "errnos out of order",          "errnos out of order",
         "duplicate errno",          "duplicate errno",
           "referenced manual not found",
         "trailing delimiter",          "trailing delimiter",
         "no blank before trailing delimiter",          "no blank before trailing delimiter",
         "fill mode already enabled, skipping",          "fill mode already enabled, skipping",
         "fill mode already disabled, skipping",          "fill mode already disabled, skipping",
           "input text line longer than 80 bytes",
         "verbatim \"--\", maybe consider using \\(em",          "verbatim \"--\", maybe consider using \\(em",
         "function name without markup",          "function name without markup",
         "whitespace at end of input line",          "whitespace at end of input line",

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

CVSweb