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

Diff for /mandoc/read.c between version 1.58 and 1.59

version 1.58, 2014/07/03 21:23:54 version 1.59, 2014/07/03 23:24:56
Line 135  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 135  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "missing display type",          "missing display type",
         "list type must come first",          "list type must come first",
         "tag lists require a width argument",          "tag lists require a width argument",
           "missing head in list item",
         "missing font type",          "missing font type",
   
         /* related to bad macro arguments */          /* related to bad macro arguments */
Line 189  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 190  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 body argument(s)",
         "macro requires argument(s)",          "macro requires argument(s)",
         "request requires a numeric argument",          "request requires a numeric argument",

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

CVSweb