[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.81 and 1.82

version 1.81, 2009/09/24 11:05:45 version 1.82, 2009/09/24 11:55:28
Line 1519  termp_fn_pre(DECL_ARGS)
Line 1519  termp_fn_pre(DECL_ARGS)
 {  {
         const struct mdoc_node *n;          const struct mdoc_node *n;
   
         assert(node->child && MDOC_TEXT == node->child->type);  
   
         /* FIXME: can be "type funcname" "type varname"... */  
   
         p->bold++;          p->bold++;
         term_word(p, node->child->string);          term_word(p, node->child->string);
         p->bold--;          p->bold--;

Legend:
Removed from v.1.81  
changed lines
  Added in v.1.82

CVSweb