[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.5 and 1.6

version 1.5, 2010/10/26 22:28:57 version 1.6, 2010/11/25 22:23:31
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_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.5  
changed lines
  Added in v.1.6