[BACK]Return to man_term.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/man_term.c between version 1.105 and 1.106

version 1.105, 2014/10/20 02:31:44 version 1.106, 2014/10/20 02:46:00
Line 988 
Line 988 
                 if ( ! (n->flags & MAN_LINE))                  if ( ! (n->flags & MAN_LINE))
                         p->flags |= TERMP_NOSPACE;                          p->flags |= TERMP_NOSPACE;
                 term_eqn(p, n->eqn);                  term_eqn(p, n->eqn);
                   if ( ! (n->flags & MAN_LINE))
                           p->flags |= TERMP_NOSPACE;
                 return;                  return;
         case MAN_TBL:          case MAN_TBL:
                 /*                  /*

Legend:
Removed from v.1.105  
changed lines
  Added in v.1.106