[BACK]Return to main.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/main.c between version 1.33 and 1.34

version 1.33, 2010/05/23 22:45:00 version 1.34, 2010/06/06 20:30:08
Line 86 
Line 86 
 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",
         "list type must come first",          "list type must come first",
         "column syntax is inconsistent",  
         "bad standard",          "bad standard",
         "bad library",          "bad library",
         "bad escape sequence",          "bad escape sequence",
Line 100 
Line 99 
         "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",
Line 131 
Line 130 
         "macro requires body argument(s)",          "macro requires body argument(s)",
         "macro requires argument(s)",          "macro requires argument(s)",
         "no title in document",          "no title in document",
           "missing list type",
         "line argument(s) will be lost",          "line argument(s) will be lost",
         "body argument(s) will be lost",          "body argument(s) will be lost",
           "column syntax is inconsistent",
         "missing font type",          "missing font type",
         "missing display type",          "missing display type",
         "missing list type",  
         "displays may not be nested",          "displays may not be nested",
         "no scope to rewind: syntax violated",          "no scope to rewind: syntax violated",
         "scope broken, syntax violated",          "scope broken, syntax violated",

Legend:
Removed from v.1.33  
changed lines
  Added in v.1.34