[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.32 and 1.33

version 1.32, 2009/07/12 19:28:46 version 1.33, 2009/07/12 19:34:51
Line 1941  termp_fo_pre(DECL_ARGS)
Line 1941  termp_fo_pre(DECL_ARGS)
         const struct mdoc_node *n;          const struct mdoc_node *n;
   
         if (MDOC_BODY == node->type) {          if (MDOC_BODY == node->type) {
                   p->flags |= TERMP_NOSPACE;
                 term_word(p, "(");                  term_word(p, "(");
                 p->flags |= TERMP_NOSPACE;                  p->flags |= TERMP_NOSPACE;
                 return(1);                  return(1);
         } else if (MDOC_HEAD != node->type)          } else if (MDOC_HEAD != node->type)
                 return(1);                  return(1);
   
         /* XXX - groff shows only first parameter */  
   
         p->flags |= ttypes[TTYPE_FUNC_NAME];          p->flags |= ttypes[TTYPE_FUNC_NAME];
         for (n = node->child; n; n = n->next) {          for (n = node->child; n; n = n->next) {

Legend:
Removed from v.1.32  
changed lines
  Added in v.1.33

CVSweb