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

Diff for /mandoc/read.c between version 1.124 and 1.126

version 1.124, 2015/02/06 07:13:14 version 1.126, 2015/02/06 16:06:25
Line 150  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 150  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "nothing follows prefix",          "nothing follows prefix",
         "empty reference block",          "empty reference block",
         "missing -std argument, adding it",          "missing -std argument, adding it",
           "missing option string, using \"\"",
           "missing resource identifier, using \"\"",
         "missing eqn box, using \"\"",          "missing eqn box, using \"\"",
   
         /* related to bad macro arguments */          /* related to bad macro arguments */
Line 159  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 161  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "skipping duplicate display type",          "skipping duplicate display type",
         "skipping duplicate list type",          "skipping duplicate list type",
         "skipping -width argument",          "skipping -width argument",
           "wrong number of cells",
         "unknown AT&T UNIX version",          "unknown AT&T UNIX version",
         "comma in function argument",          "comma in function argument",
         "parenthesis in function name",          "parenthesis in function name",
         "invalid content in Rs block",          "invalid content in Rs block",
         "invalid Boolean argument",          "invalid Boolean argument",
         "unknown font, skipping request",          "unknown font, skipping request",
           "odd number of characters in request",
   
         /* related to plain text */          /* related to plain text */
         "blank line in fill mode, using .sp",          "blank line in fill mode, using .sp",
Line 209  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 213  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",
         "argument count wrong",  
         "NOT IMPLEMENTED: Bd -file",          "NOT IMPLEMENTED: Bd -file",
         "missing list type, using -item",          "missing list type, using -item",
         "missing manual name, using \"\"",          "missing manual name, using \"\"",

Legend:
Removed from v.1.124  
changed lines
  Added in v.1.126

CVSweb