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

Diff for /mandoc/term.h between version 1.101 and 1.102

version 1.101, 2014/04/20 16:46:05 version 1.102, 2014/09/03 05:22:45
Line 54  struct termp_tbl {
Line 54  struct termp_tbl {
 struct  termp {  struct  termp {
         enum termtype     type;          enum termtype     type;
         struct rofftbl    tbl;          /* table configuration */          struct rofftbl    tbl;          /* table configuration */
           int               synopsisonly; /* print the synopsis only */
         int               mdocstyle;    /* imitate mdoc(7) output */          int               mdocstyle;    /* imitate mdoc(7) output */
         size_t            defindent;    /* Default indent for text. */          size_t            defindent;    /* Default indent for text. */
         size_t            defrmargin;   /* Right margin of the device. */          size_t            defrmargin;   /* Right margin of the device. */

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

CVSweb