[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.41 and 1.42

version 1.41, 2014/07/05 12:33:54 version 1.42, 2014/07/06 19:08:56
Line 136 
Line 136 
   
         /* related to bad macro arguments */          /* related to bad macro arguments */
         "skipping argument",          "skipping argument",
           "unterminated quoted argument",
         "duplicate argument",          "duplicate argument",
         "skipping duplicate display type",          "skipping duplicate display type",
         "skipping duplicate list type",          "skipping duplicate list type",
Line 144 
Line 145 
         "unknown font, skipping request",          "unknown font, skipping request",
   
         /* related to plain text */          /* related to plain text */
         "blank line in non-literal context",          "blank line in fill mode, using .sp",
         "tab in non-literal context",          "tab in filled text",
         "end of line whitespace",          "whitespace at end of input line",
         "bad comment style",          "bad comment style",
         "bad escape sequence",          "invalid escape sequence",
         "unterminated quoted string",          "undefined string, using \"\"",
   
         "generic error",          "generic error",
   

Legend:
Removed from v.1.41  
changed lines
  Added in v.1.42