[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.94 and 1.95

version 1.94, 2011/01/04 01:23:18 version 1.95, 2011/01/11 00:39:00
Line 397  pre_in(DECL_ARGS)
Line 397  pre_in(DECL_ARGS)
         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.94  
changed lines
  Added in v.1.95

CVSweb