[BACK]Return to roff.h CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/roff.h between version 1.18 and 1.19

version 1.18, 2010/08/20 01:02:07 version 1.19, 2010/12/01 15:09:01
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_APPEND, /* re-run main parser, appending next line */
           ROFF_REPARSE, /* re-run main parser on the result */
           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.18  
changed lines
  Added in v.1.19

CVSweb