[BACK]Return to roff_html.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/roff_html.c between version 1.19 and 1.20

version 1.19, 2019/01/07 06:51:37 version 1.20, 2019/04/30 15:52:42
Line 94 
Line 94 
         const char      *cp;          const char      *cp;
   
         cp = n->child->string;          cp = n->child->string;
         print_metaf(h, mandoc_font(cp, (int)strlen(cp)));          html_setfont(h, mandoc_font(cp, (int)strlen(cp)));
 }  }
   
 static void  static void

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20