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

Diff for /mandoc/main.c between version 1.109 and 1.110

version 1.109, 2010/11/29 15:45:15 version 1.110, 2010/12/01 10:31:34
Line 159  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 159  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "no text in this context",          "no text in this context",
         "bad comment style",          "bad comment style",
         "unknown macro will be lost",          "unknown macro will be lost",
           "NOT IMPLEMENTED: skipping request",
         "line scope broken",          "line scope broken",
         "argument count wrong",          "argument count wrong",
         "request scope close w/none open",          "request scope close w/none open",

Legend:
Removed from v.1.109  
changed lines
  Added in v.1.110

CVSweb