[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.58 and 1.59

version 1.58, 2011/01/04 22:28:17 version 1.59, 2011/01/11 00:59:28
Line 393 
Line 393 
         else          else
                 p->offset = v;                  p->offset = v;
   
           /* Don't let this creep beyond the right margin. */
   
           if (p->offset > p->rmargin)
                   p->offset = p->rmargin;
   
         return(0);          return(0);
 }  }
   

Legend:
Removed from v.1.58  
changed lines
  Added in v.1.59