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

Diff for /mandoc/html.h between version 1.100 and 1.101

version 1.100, 2019/01/07 07:26:29 version 1.101, 2019/01/18 14:36:21
Line 79  enum htmlfont {
Line 79  enum htmlfont {
   
 struct  tag {  struct  tag {
         struct tag       *next;          struct tag       *next;
           int               refcnt;
           int               closed;
         enum htmltag      tag;          enum htmltag      tag;
 };  };
   

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

CVSweb