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

Diff for /mandoc/mdoc_term.c between version 1.286 and 1.287

version 1.286, 2014/10/20 15:50:24 version 1.287, 2014/10/28 17:36:19
Line 261  terminal_mdoc(void *arg, const struct mdoc *mdoc)
Line 261  terminal_mdoc(void *arg, const struct mdoc *mdoc)
         p->rmargin = p->maxrmargin = p->defrmargin;          p->rmargin = p->maxrmargin = p->defrmargin;
         p->tabwidth = term_len(p, 5);          p->tabwidth = term_len(p, 5);
   
         if (NULL == p->symtab)  
                 p->symtab = mchars_alloc();  
   
         n = mdoc_node(mdoc)->child;          n = mdoc_node(mdoc)->child;
         meta = mdoc_meta(mdoc);          meta = mdoc_meta(mdoc);
   

Legend:
Removed from v.1.286  
changed lines
  Added in v.1.287

CVSweb