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

Diff for /mandoc/libmdoc.h between version 1.58 and 1.59

version 1.58, 2010/06/29 19:20:38 version 1.59, 2010/07/01 22:35:54
Line 36  struct mdoc {
Line 36  struct mdoc {
 #define MDOC_PHRASELIT   (1 << 4) /* literal within a partila phrase */  #define MDOC_PHRASELIT   (1 << 4) /* literal within a partila phrase */
 #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 */
         int               pflags;          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 */

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59

CVSweb