[BACK]Return to mandoc.h CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mandoc.h between version 1.168 and 1.169

version 1.168, 2017/06/08 18:11:15 version 1.169, 2017/06/10 01:48:31
Line 51 
Line 51 
         MANDOCERR_ER_ORDER, /* errnos out of order: Er ... */          MANDOCERR_ER_ORDER, /* errnos out of order: Er ... */
         MANDOCERR_ER_REP, /* duplicate errno: Er ... */          MANDOCERR_ER_REP, /* duplicate errno: Er ... */
         MANDOCERR_ND_DOT, /* description line ends with a full stop */          MANDOCERR_ND_DOT, /* description line ends with a full stop */
           MANDOCERR_DELIM, /* no blank before trailing delimiter: macro ... */
   
         MANDOCERR_WARNING, /* ===== start of warnings ===== */          MANDOCERR_WARNING, /* ===== start of warnings ===== */
   

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169