[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.166 and 1.167

version 1.166, 2015/01/24 02:41:49 version 1.167, 2015/01/30 17:32:16
Line 949  print_man_node(DECL_ARGS)
Line 949  print_man_node(DECL_ARGS)
                  * Tables are preceded by a newline.  Then process a                   * Tables are preceded by a newline.  Then process a
                  * table line, which will cause line termination,                   * table line, which will cause line termination,
                  */                   */
                 if (TBL_SPAN_FIRST & n->span->flags)                  if (n->span->prev == NULL)
                         term_newln(p);                          term_newln(p);
                 term_tbl(p, n->span);                  term_tbl(p, n->span);
                 return;                  return;

Legend:
Removed from v.1.166  
changed lines
  Added in v.1.167

CVSweb