[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.85 and 1.86

version 1.85, 2018/12/04 02:53:45 version 1.86, 2018/12/21 16:58:49
Line 38 
Line 38 
         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.85  
changed lines
  Added in v.1.86