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

Diff for /src/usr.bin/mandoc/read.c between version 1.90 and 1.91

version 1.90, 2015/01/24 01:59:40 version 1.91, 2015/01/26 00:54:09
Line 175 
Line 175 
         "unexpected end of equation",          "unexpected end of equation",
   
         /* related to tables */          /* related to tables */
           "non-alphabetic character in tbl options",
           "skipping unknown tbl option",
           "missing tbl option argument",
           "wrong tbl option argument size",
         "no table layout cells specified",          "no table layout cells specified",
         "no table data cells specified",          "no table data cells specified",
         "ignore data in cell",          "ignore data in cell",
Line 213 
Line 217 
         "input too large",          "input too large",
         "unsupported control character",          "unsupported control character",
         "unsupported roff request",          "unsupported roff request",
         "unsupported table syntax",  
         "unsupported table option",  
         "unsupported table layout",          "unsupported table layout",
         "ignoring macro in table",          "ignoring macro in table",
 };  };

Legend:
Removed from v.1.90  
changed lines
  Added in v.1.91