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

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

version 1.70, 2014/07/30 00:19:16 version 1.71, 2014/07/30 12:58:21
Line 193  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 193  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",          "argument count wrong",
           "missing list type, using -item",
         "missing manual name, using \"\"",          "missing manual name, using \"\"",
           "uname(3) system call failed, using UNKNOWN",
         "unknown standard specifier",          "unknown standard specifier",
         "uname(3) system call failed",          "skipping request without numeric argument",
         "request requires a numeric argument",  
         "missing list type, using -item",  
         "skipping all arguments",          "skipping all arguments",
         "skipping excess arguments",          "skipping excess arguments",
   

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

CVSweb