[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.168 and 1.169

version 1.168, 2015/01/30 22:04:44 version 1.169, 2015/03/06 15:48:52
Line 945  print_man_node(DECL_ARGS)
Line 945  print_man_node(DECL_ARGS)
                         p->flags |= TERMP_NOSPACE;                          p->flags |= TERMP_NOSPACE;
                 return;                  return;
         case MAN_TBL:          case MAN_TBL:
                 /*                  if (p->tbl.cols == NULL)
                  * Tables are preceded by a newline.  Then process a                          term_vspace(p);
                  * table line, which will cause line termination,  
                  */  
                 if (n->span->prev == NULL)  
                         term_newln(p);  
                 term_tbl(p, n->span);                  term_tbl(p, n->span);
                 return;                  return;
         default:          default:

Legend:
Removed from v.1.168  
changed lines
  Added in v.1.169

CVSweb