[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.17 and 1.18

version 1.17, 2022/04/24 13:38:46 version 1.18, 2022/04/28 16:21:09
Line 166  static const char *const type_message[MANDOCERR_MAX] =
Line 166  static const char *const type_message[MANDOCERR_MAX] =
         "invalid Boolean argument",          "invalid Boolean argument",
         "argument contains two font escapes",          "argument contains two font escapes",
         "unknown font, skipping request",          "unknown font, skipping request",
           "ignoring distance argument",
         "odd number of characters in request",          "odd number of characters in request",
   
         /* related to plain text */          /* related to plain text */
Line 222  static const char *const type_message[MANDOCERR_MAX] =
Line 223  static const char *const type_message[MANDOCERR_MAX] =
         "missing list type, using -item",          "missing list type, using -item",
         "argument is not numeric, using 1",          "argument is not numeric, using 1",
         "argument is not a character",          "argument is not a character",
           "skipping unusable escape sequence",
         "missing manual name, using \"\"",          "missing manual name, using \"\"",
         "uname(3) system call failed, using UNKNOWN",          "uname(3) system call failed, using UNKNOWN",
         "unknown standard specifier",          "unknown standard specifier",

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

CVSweb