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

Diff for /src/usr.bin/mandoc/mdoc_term.c between version 1.163 and 1.164

version 1.163, 2014/03/30 21:27:59 version 1.164, 2014/04/08 04:40:29
Line 1025 
Line 1025 
                      MDOC_TEXT == n->prev->child->type ?                       MDOC_TEXT == n->prev->child->type ?
                      term_strlen(p, n->prev->child->string) :                       term_strlen(p, n->prev->child->string) :
                      term_len(p, 5));                       term_len(p, 5));
                   if (p->rmargin < p->offset)
                           p->rmargin = p->offset;
                 return(1);                  return(1);
         }          }
   

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.164