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

Diff for /mandoc/libmdoc.h between version 1.114 and 1.115

version 1.114, 2018/12/04 02:53:51 version 1.115, 2018/12/21 17:15:18
Line 38  enum margserr {
Line 38  enum margserr {
         ARGS_ERROR,          ARGS_ERROR,
         ARGS_EOLN, /* end-of-line */          ARGS_EOLN, /* end-of-line */
         ARGS_WORD, /* normal word */          ARGS_WORD, /* normal word */
           ARGS_ALLOC, /* normal word from roff_getarg() */
         ARGS_PUNCT, /* series of punctuation */          ARGS_PUNCT, /* series of punctuation */
         ARGS_PHRASE /* Bl -column phrase */          ARGS_PHRASE /* Bl -column phrase */
 };  };

Legend:
Removed from v.1.114  
changed lines
  Added in v.1.115

CVSweb