[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.17 and 1.18

version 1.17, 2009/10/30 18:53:08 version 1.18, 2009/11/10 12:03:30
Line 211  print_man_node(MAN_ARGS)
Line 211  print_man_node(MAN_ARGS)
         default:          default:
                 if (mans[n->tok].post)                  if (mans[n->tok].post)
                         (*mans[n->tok].post)(m, n, h);                          (*mans[n->tok].post)(m, n, h);
   
                   /* Reset metafont upon exit from macro. */
                   h->metafont = 0;
                 break;                  break;
         }          }
 }  }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb