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

Diff for /mandoc/mandoc.h between version 1.162 and 1.163

version 1.162, 2014/10/12 19:31:41 version 1.163, 2014/10/14 02:16:06
Line 246  struct tbl_cell {
Line 246  struct tbl_cell {
 #define TBL_CELL_EQUAL   (1 << 4) /* e, E */  #define TBL_CELL_EQUAL   (1 << 4) /* e, E */
 #define TBL_CELL_UP      (1 << 5) /* u, U */  #define TBL_CELL_UP      (1 << 5) /* u, U */
 #define TBL_CELL_WIGN    (1 << 6) /* z, Z */  #define TBL_CELL_WIGN    (1 << 6) /* z, Z */
   #define TBL_CELL_WMAX    (1 << 7) /* x, X */
         struct tbl_head  *head;          struct tbl_head  *head;
 };  };
   

Legend:
Removed from v.1.162  
changed lines
  Added in v.1.163

CVSweb