[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.3 and 1.4

version 1.3, 2009/06/17 22:27:34 version 1.4, 2009/06/18 21:16:11
Line 289 
Line 289 
         } else          } else
                 offs = strlen(nn->string);                  offs = strlen(nn->string);
   
         p->offset += offs;  
 #endif  
         p->flags |= TERMP_NOSPACE;          p->flags |= TERMP_NOSPACE;
           /* FIXME */
           if ((p->offset += offs) > p->rmargin)
                   errx(1, "line too long");
   #endif
   
         return(0);          return(0);
 }  }
   

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4