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

Diff for /mandoc/main.c between version 1.76 and 1.77

version 1.76, 2010/05/16 10:59:36 version 1.77, 2010/05/16 19:08:11
Line 799  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 799  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "ok",          "ok",
         "multi-line scope open on exit",          "multi-line scope open on exit",
         "request for scope closure when no matching scope is open",          "request for scope closure when no matching scope is open",
           "macro requires line argument(s)",
         "line arguments will be lost",          "line arguments will be lost",
         "memory exhausted"          "memory exhausted"
 };  };

Legend:
Removed from v.1.76  
changed lines
  Added in v.1.77

CVSweb