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

Diff for /mandoc/manconf.h between version 1.5 and 1.6

version 1.5, 2017/07/01 09:47:30 version 1.6, 2018/10/02 14:56:47
Line 34  struct manoutput {
Line 34  struct manoutput {
         size_t    width;          size_t    width;
         int       fragment;          int       fragment;
         int       mdoc;          int       mdoc;
         int       synopsisonly;  
         int       noval;          int       noval;
           int       synopsisonly;
           int       toc;
 };  };
   
 struct  manconf {  struct  manconf {

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb