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

Diff for /mandoc/man_term.c between version 1.50 and 1.51

version 1.50, 2009/11/10 11:45:57 version 1.51, 2009/11/10 12:03:30
Line 876  print_man_node(DECL_ARGS)
Line 876  print_man_node(DECL_ARGS)
         if (c && n->child)          if (c && n->child)
                 print_man_body(p, mt, n->child, m);                  print_man_body(p, mt, n->child, m);
   
         if (MAN_TEXT != n->type)          if (MAN_TEXT != n->type) {
                 if (termacts[n->tok].post)                  if (termacts[n->tok].post)
                         (*termacts[n->tok].post)(p, mt, n, m);                          (*termacts[n->tok].post)(p, mt, n, m);
   
                   /* Reset metafont upon exit from macro. */
                   p->metafont = 0;
           }
 }  }
   
   

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51

CVSweb