[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.76 and 1.77

version 1.76, 2015/04/23 15:35:39 version 1.77, 2015/10/17 00:19:58
Line 40 
Line 40 
         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.76  
changed lines
  Added in v.1.77