[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.84 and 1.85

version 1.84, 2010/07/23 13:22:35 version 1.85, 2010/09/15 14:36:16
Line 916  print_man_foot(struct termp *p, const void *arg)
Line 916  print_man_foot(struct termp *p, const void *arg)
         p->rmargin = p->maxrmargin - term_strlen(p, buf);          p->rmargin = p->maxrmargin - term_strlen(p, buf);
         p->offset = 0;          p->offset = 0;
   
           /* term_strlen() can return zero. */
           if (p->rmargin == p->maxrmargin)
                   p->rmargin--;
   
         if (meta->source)          if (meta->source)
                 term_word(p, meta->source);                  term_word(p, meta->source);
         if (meta->source)          if (meta->source)

Legend:
Removed from v.1.84  
changed lines
  Added in v.1.85

CVSweb