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

Diff for /mandoc/man_html.c between version 1.173 and 1.174

version 1.173, 2019/03/02 16:30:53 version 1.174, 2019/04/30 15:53:00
Line 203  print_man_node(MAN_ARGS)
Line 203  print_man_node(MAN_ARGS)
                  * Close out scope of font prior to opening a macro                   * Close out scope of font prior to opening a macro
                  * scope.                   * scope.
                  */                   */
                 if (HTMLFONT_NONE != h->metac) {                  if (h->metac != ESCAPE_FONTROMAN) {
                         h->metal = h->metac;                          h->metal = h->metac;
                         h->metac = HTMLFONT_NONE;                          h->metac = ESCAPE_FONTROMAN;
                 }                  }
   
                 /*                  /*

Legend:
Removed from v.1.173  
changed lines
  Added in v.1.174

CVSweb