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

Diff for /mandoc/tag.h between version 1.7 and 1.8

version 1.7, 2015/11/20 21:59:54 version 1.8, 2018/11/22 11:30:23
Line 18 
Line 18 
 struct  tag_files {  struct  tag_files {
         char     ofn[20];          char     ofn[20];
         char     tfn[20];          char     tfn[20];
           char    *tagname;
         int      ofd;          int      ofd;
         int      tfd;          int      tfd;
         pid_t    tcpgid;          pid_t    tcpgid;

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

CVSweb