[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.67 and 1.68

version 1.67, 2011/01/17 00:21:29 version 1.68, 2011/02/06 21:44:36
Line 215  print_man_node(MAN_ARGS)
Line 215  print_man_node(MAN_ARGS)
                                  n->next->line > n->line))                                   n->next->line > n->line))
                         print_otag(h, TAG_BR, 0, NULL);                          print_otag(h, TAG_BR, 0, NULL);
                 return;                  return;
           case (MAN_EQN):
                   return;
         case (MAN_TBL):          case (MAN_TBL):
                 /*                  /*
                  * This will take care of initialising all of the table                   * This will take care of initialising all of the table

Legend:
Removed from v.1.67  
changed lines
  Added in v.1.68

CVSweb