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

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

version 1.6, 2015/11/07 14:01:16 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    pager_pid;
 };  };
   
   

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

CVSweb