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

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

version 1.60, 2014/07/04 01:50:07 version 1.61, 2014/07/04 16:12:08
Line 137  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 137  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "missing -width in -tag list, using 8n",          "missing -width in -tag list, using 8n",
         "empty head in list item",          "empty head in list item",
         "empty list item",          "empty list item",
         "missing font type",          "missing font type, using \\fR",
           "unknown font type, using \\fR",
         "missing -std argument, adding it",          "missing -std argument, adding it",
   
         /* related to bad macro arguments */          /* related to bad macro arguments */
Line 194  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 195  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "uname(3) system call failed",          "uname(3) system call failed",
         "request requires a numeric argument",          "request requires a numeric argument",
         "missing list type, using -item",          "missing list type, using -item",
         "line argument(s) will be lost",          "skipping all arguments",
           "skipping excess arguments",
   
         "generic fatal error",          "generic fatal error",
   
Line 202  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 204  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "not a manual",          "not a manual",
         "column syntax is inconsistent",          "column syntax is inconsistent",
         "NOT IMPLEMENTED: .Bd -file",          "NOT IMPLEMENTED: .Bd -file",
         "argument count wrong, violates syntax",  
         "child violates parent syntax",          "child violates parent syntax",
         "argument count wrong, violates syntax",          "argument count wrong, violates syntax",
         "NOT IMPLEMENTED: .so with absolute path or \"..\"",          "NOT IMPLEMENTED: .so with absolute path or \"..\"",

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

CVSweb