[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.206 and 1.207

version 1.206, 2011/01/01 12:18:37 version 1.207, 2011/01/02 12:21:07
Line 318  print_mdoc_node(DECL_ARGS)
Line 318  print_mdoc_node(DECL_ARGS)
                 term_word(p, n->string);                  term_word(p, n->string);
                 break;                  break;
         case (MDOC_TBL):          case (MDOC_TBL):
                   term_tbl(p, n->span);
                 break;                  break;
         default:          default:
                 if (termacts[n->tok].pre && ENDBODY_NOT == n->end)                  if (termacts[n->tok].pre && ENDBODY_NOT == n->end)

Legend:
Removed from v.1.206  
changed lines
  Added in v.1.207

CVSweb