[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.101 and 1.102

version 1.101, 2011/01/25 12:35:09 version 1.102, 2011/02/06 21:44:36
Line 896  print_man_node(DECL_ARGS)
Line 896  print_man_node(DECL_ARGS)
                 if (MAN_EOS & n->flags)                  if (MAN_EOS & n->flags)
                         p->flags |= TERMP_SENTENCE;                          p->flags |= TERMP_SENTENCE;
                 return;                  return;
           case (MAN_EQN):
                   return;
         case (MAN_TBL):          case (MAN_TBL):
                 /*                  /*
                  * Tables are preceded by a newline.  Then process a                   * Tables are preceded by a newline.  Then process a

Legend:
Removed from v.1.101  
changed lines
  Added in v.1.102

CVSweb