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

Diff for /mandoc/read.c between version 1.57 and 1.60

version 1.57, 2014/07/02 13:10:45 version 1.60, 2014/07/04 01:50:07
Line 128  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 128  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "line scope broken",          "line scope broken",
   
         /* related to missing macro arguments */          /* related to missing macro arguments */
           "skipping empty request",
           "conditional request controls empty scope",
         "skipping empty macro",          "skipping empty macro",
         "argument count wrong",          "argument count wrong",
         "missing display type",          "missing display type, using -ragged",
         "list type must come first",          "list type is not the first argument",
         "tag lists require a width argument",          "missing -width in -tag list, using 8n",
           "empty head in list item",
           "empty list item",
         "missing font type",          "missing font type",
           "missing -std argument, adding it",
   
         /* related to bad macro arguments */          /* related to bad macro arguments */
         "skipping argument",          "skipping argument",
Line 187  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 192  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "missing end of block",          "missing end of block",
         "scope open on exit",          "scope open on exit",
         "uname(3) system call failed",          "uname(3) system call failed",
         "macro requires line argument(s)",  
         "macro requires body argument(s)",  
         "macro requires argument(s)",  
         "request requires a numeric argument",          "request requires a numeric argument",
         "missing list type",          "missing list type, using -item",
         "line argument(s) will be lost",          "line argument(s) will be lost",
   
         "generic fatal error",          "generic fatal error",

Legend:
Removed from v.1.57  
changed lines
  Added in v.1.60

CVSweb