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

Diff for /mandoc/manconf.h between version 1.8 and 1.9

version 1.8, 2020/04/02 22:12:55 version 1.9, 2020/07/21 15:10:01
Line 31  struct manpaths {
Line 31  struct manpaths {
 struct  manoutput {  struct  manoutput {
         char     *includes;          char     *includes;
         char     *man;          char     *man;
           char     *outfilename;
         char     *paper;          char     *paper;
         char     *style;          char     *style;
         char     *tag;          char     *tag;
           char     *tagfilename;
         size_t    indent;          size_t    indent;
         size_t    width;          size_t    width;
         int       fragment;          int       fragment;

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9

CVSweb