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

Diff for /src/usr.bin/mandoc/libmdoc.h between version 1.41 and 1.42

version 1.41, 2010/07/13 01:09:12 version 1.42, 2010/08/20 00:53:35
Line 36 
Line 36 
 #define MDOC_PPHRASE     (1 << 5) /* within a partial phrase */  #define MDOC_PPHRASE     (1 << 5) /* within a partial phrase */
 #define MDOC_FREECOL     (1 << 6) /* `It' invocation should close */  #define MDOC_FREECOL     (1 << 6) /* `It' invocation should close */
 #define MDOC_SYNOPSIS    (1 << 7) /* SYNOPSIS-style formatting */  #define MDOC_SYNOPSIS    (1 << 7) /* SYNOPSIS-style formatting */
         int               pflags;  
         enum mdoc_next    next; /* where to put the next node */          enum mdoc_next    next; /* where to put the next node */
         struct mdoc_node *last; /* the last node parsed */          struct mdoc_node *last; /* the last node parsed */
         struct mdoc_node *first; /* the first node parsed */          struct mdoc_node *first; /* the first node parsed */

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