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

Diff for /src/usr.bin/mandoc/roff.h between version 1.4 and 1.5

version 1.4, 2010/08/20 00:53:35 version 1.5, 2010/10/26 22:28:57
Line 20 
Line 20 
 enum    rofferr {  enum    rofferr {
         ROFF_CONT, /* continue processing line */          ROFF_CONT, /* continue processing line */
         ROFF_RERUN, /* re-run roff interpreter with offset */          ROFF_RERUN, /* re-run roff interpreter with offset */
           ROFF_SO, /* include another file */
         ROFF_IGN, /* ignore current line */          ROFF_IGN, /* ignore current line */
         ROFF_ERR /* badness: puke and stop */          ROFF_ERR /* badness: puke and stop */
 };  };

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5