[BACK]Return to mdocterm.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Diff for /mandoc/Attic/mdocterm.c between version 1.5 and 1.6

version 1.5, 2009/02/23 12:45:19 version 1.6, 2009/02/23 15:19:47
Line 167  flushln(struct termp *p)
Line 167  flushln(struct termp *p)
                         for (j = 0; j < p->offset; j++)                          for (j = 0; j < p->offset; j++)
                                 putchar(' ');                                  putchar(' ');
                         vis = 0;                          vis = 0;
                 } else if (vis + vsz >= maxvis) {                  } else if (vis + vsz >= maxvis)
                         /* FIXME */                          /* FIXME */
                         errx(1, "word breaks right margin");                          errx(1, "word breaks right margin");
                 }  
   
                 /*                  /*
                  * Write out the word and a trailing space.  Omit the                   * Write out the word and a trailing space.  Omit the

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

CVSweb