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

Diff for /mandoc/mandoc.h between version 1.280 and 1.281

version 1.280, 2022/08/15 18:12:30 version 1.281, 2022/08/16 17:30:11
Line 23 
Line 23 
 #define ASCII_NBRZW      30  /* non-breaking zero-width space */  #define ASCII_NBRZW      30  /* non-breaking zero-width space */
 #define ASCII_BREAK      29  /* breakable zero-width space */  #define ASCII_BREAK      29  /* breakable zero-width space */
 #define ASCII_HYPH       28  /* breakable hyphen */  #define ASCII_HYPH       28  /* breakable hyphen */
   #define ASCII_ESC        27  /* escape sequence from copy-in processing */
   #define ASCII_TABREF     26  /* reset tab reference position */
   
 /*  /*
  * Status level.  This refers to both internal status (i.e., whilst   * Status level.  This refers to both internal status (i.e., whilst

Legend:
Removed from v.1.280  
changed lines
  Added in v.1.281

CVSweb