[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.10 and 1.11

version 1.10, 2009/06/11 07:26:35 version 1.11, 2009/06/11 12:07:49
Line 292  pre_IP(DECL_ARGS)
Line 292  pre_IP(DECL_ARGS)
                 offs = strlen(nn->string);                  offs = strlen(nn->string);
   
         p->flags |= TERMP_NOSPACE;          p->flags |= TERMP_NOSPACE;
         p->offset += offs;          /* FIXME */
           if ((p->offset += offs) > p->rmargin)
                   errx(1, "line too long");
         return(0);          return(0);
 }  }
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11

CVSweb