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

Diff for /mandoc/man_term.c between version 1.151 and 1.154

version 1.151, 2014/09/03 05:22:45 version 1.154, 2014/10/20 15:50:24
Line 987  print_man_node(DECL_ARGS)
Line 987  print_man_node(DECL_ARGS)
                 goto out;                  goto out;
   
         case MAN_EQN:          case MAN_EQN:
                   if ( ! (n->flags & MAN_LINE))
                           p->flags |= TERMP_NOSPACE;
                 term_eqn(p, n->eqn);                  term_eqn(p, n->eqn);
                   if (n->next != NULL && ! (n->next->flags & MAN_LINE))
                           p->flags |= TERMP_NOSPACE;
                 return;                  return;
         case MAN_TBL:          case MAN_TBL:
                 /*                  /*

Legend:
Removed from v.1.151  
changed lines
  Added in v.1.154

CVSweb