[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.240 and 1.241

version 1.240, 2022/08/16 17:45:55 version 1.241, 2022/08/28 09:57:14
Line 951  print_man_node(DECL_ARGS)
Line 951  print_man_node(DECL_ARGS)
                 return;                  return;
         case ROFFT_TBL:          case ROFFT_TBL:
                 if (p->tbl.cols == NULL)                  if (p->tbl.cols == NULL)
                         term_vspace(p);                          term_newln(p);
                 term_tbl(p, n->span);                  term_tbl(p, n->span);
                 return;                  return;
         default:          default:

Legend:
Removed from v.1.240  
changed lines
  Added in v.1.241

CVSweb