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

Diff for /mandoc/libmdoc.h between version 1.111 and 1.112

version 1.111, 2017/04/29 12:45:41 version 1.112, 2017/05/30 16:22:03
Line 39  enum margserr {
Line 39  enum margserr {
         ARGS_EOLN, /* end-of-line */          ARGS_EOLN, /* end-of-line */
         ARGS_WORD, /* normal word */          ARGS_WORD, /* normal word */
         ARGS_PUNCT, /* series of punctuation */          ARGS_PUNCT, /* series of punctuation */
         ARGS_QWORD, /* quoted word */  
         ARGS_PHRASE /* Bl -column phrase */          ARGS_PHRASE /* Bl -column phrase */
 };  };
   

Legend:
Removed from v.1.111  
changed lines
  Added in v.1.112

CVSweb