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

Diff for /mandoc/main.c between version 1.80 and 1.81

version 1.80, 2010/05/31 23:40:25 version 1.81, 2010/06/01 14:54:37
Line 97  struct curparse {
Line 97  struct curparse {
 static  const char * const      mandocerrs[MANDOCERR_MAX] = {  static  const char * const      mandocerrs[MANDOCERR_MAX] = {
         "ok",          "ok",
         "text should be uppercase",          "text should be uppercase",
         "sections out of conentional order",          "sections out of conventional order",
         "section name repeats",          "section name repeats",
         "out of order prologue",          "out of order prologue",
         "repeated prologue entry",          "repeated prologue entry",
Line 110  static const char * const mandocerrs[MANDOCERR_MAX] = 
Line 110  static const char * const mandocerrs[MANDOCERR_MAX] = 
         "superfluous width argument",          "superfluous width argument",
         "bad date argument",          "bad date argument",
         "bad width argument",          "bad width argument",
         "unknown manual sction",          "unknown manual section",
         "section not in conventional manual section",          "section not in conventional manual section",
         "end of line whitespace",          "end of line whitespace",
         "scope open on exit",          "scope open on exit",

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81

CVSweb