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

Diff for /src/usr.bin/mandoc/mandoc_msg.c between version 1.2 and 1.3

version 1.2, 2018/12/14 05:17:45 version 1.3, 2018/12/15 19:30:19
Line 167 
Line 167 
         "tab in filled text",          "tab in filled text",
         "new sentence, new line",          "new sentence, new line",
         "invalid escape sequence",          "invalid escape sequence",
           "undefined escape, printing literally",
         "undefined string, using \"\"",          "undefined string, using \"\"",
   
         /* related to tables */          /* related to tables */
Line 228 
Line 229 
         "unsupported feature",          "unsupported feature",
         "input too large",          "input too large",
         "unsupported control character",          "unsupported control character",
           "unsupported escape sequence",
         "unsupported roff request",          "unsupported roff request",
         "nested .while loops",          "nested .while loops",
         "end of scope with open .while loop",          "end of scope with open .while loop",

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3