[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.186 and 1.187

version 1.186, 2010/09/25 15:51:30 version 1.187, 2010/09/25 16:41:33
Line 2130  termp____post(DECL_ARGS)
Line 2130  termp____post(DECL_ARGS)
   
         /* TODO: %U. */          /* TODO: %U. */
   
         p->flags |= TERMP_NOSPACE;          if (NULL == n->parent || MDOC_Rs != n->parent->tok)
                   return;
   
         if (NULL == n->next) {          if (NULL == n->next) {
                 term_word(p, ".");                  term_word(p, ".");
                 p->flags |= TERMP_SENTENCE;                  p->flags |= TERMP_SENTENCE;

Legend:
Removed from v.1.186  
changed lines
  Added in v.1.187

CVSweb