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

Diff for /mandoc/out.h between version 1.30 and 1.31

version 1.30, 2017/06/12 20:14:18 version 1.31, 2017/06/27 18:25:02
Line 33  enum roffscale {
Line 33  enum roffscale {
 struct  roffcol {  struct  roffcol {
         size_t           width; /* width of cell */          size_t           width; /* width of cell */
         size_t           decimal; /* decimal position in cell */          size_t           decimal; /* decimal position in cell */
           size_t           spacing; /* spacing after the column */
         int              flags; /* layout flags, see tbl_cell */          int              flags; /* layout flags, see tbl_cell */
 };  };
   

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31

CVSweb