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

Diff for /mandoc/read.c between version 1.69 and 1.70

version 1.69, 2014/07/09 11:31:43 version 1.70, 2014/07/30 00:19:16
Line 136  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 136  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "missing display type, using -ragged",          "missing display type, using -ragged",
         "list type is not the first argument",          "list type is not the first argument",
         "missing -width in -tag list, using 8n",          "missing -width in -tag list, using 8n",
           "missing name for .Ex, using \"\"",
         "empty head in list item",          "empty head in list item",
         "empty list item",          "empty list item",
         "missing font type, using \\fR",          "missing font type, using \\fR",
Line 191  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 192  static const char * const mandocerrs[MANDOCERR_MAX] = 
   
         /* related to request and macro arguments */          /* related to request and macro arguments */
         "escaped character not allowed in a name",          "escaped character not allowed in a name",
         "manual name not yet set",  
         "argument count wrong",          "argument count wrong",
           "missing manual name, using \"\"",
         "unknown standard specifier",          "unknown standard specifier",
         "uname(3) system call failed",          "uname(3) system call failed",
         "request requires a numeric argument",          "request requires a numeric argument",

Legend:
Removed from v.1.69  
changed lines
  Added in v.1.70

CVSweb