[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.17 and 1.18

version 1.17, 2009/06/22 12:38:07 version 1.18, 2009/06/22 13:13:10
Line 1309  termp_lb_pre(DECL_ARGS)
Line 1309  termp_lb_pre(DECL_ARGS)
         const char      *lb;          const char      *lb;
   
         assert(node->child && MDOC_TEXT == node->child->type);          assert(node->child && MDOC_TEXT == node->child->type);
         if ((lb = mdoc_a2lib(node->child->string))) {          lb = mdoc_a2lib(node->child->string);
           if (lb) {
                 term_word(p, lb);                  term_word(p, lb);
                 return(0);                  return(0);
         }          }

Legend:
Removed from v.1.17  
changed lines
  Added in v.1.18

CVSweb