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

Diff for /mandoc/libmdoc.h between version 1.105 and 1.106

version 1.105, 2015/04/23 15:35:59 version 1.106, 2015/10/17 00:21:07
Line 40  enum margserr {
Line 40  enum margserr {
         ARGS_WORD, /* normal word */          ARGS_WORD, /* normal word */
         ARGS_PUNCT, /* series of punctuation */          ARGS_PUNCT, /* series of punctuation */
         ARGS_QWORD, /* quoted word */          ARGS_QWORD, /* quoted word */
         ARGS_PHRASE, /* Ta'd phrase (-column) */          ARGS_PHRASE /* Bl -column phrase */
         ARGS_PPHRASE, /* tabbed phrase (-column) */  
         ARGS_PEND /* last phrase (-column) */  
 };  };
   
 /*  /*

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106

CVSweb