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

Diff for /mandoc/man.c between version 1.66 and 1.67

version 1.66, 2010/05/12 17:08:03 version 1.67, 2010/05/15 06:48:13
Line 426  man_ptext(struct man *m, int line, char *buf)
Line 426  man_ptext(struct man *m, int line, char *buf)
          * sentence.  The front-end will know how to interpret this.           * sentence.  The front-end will know how to interpret this.
          */           */
   
           /* FIXME: chain of close delims. */
   
         assert(i);          assert(i);
   
         if (mandoc_eos(buf, (size_t)i))          if (mandoc_eos(buf, (size_t)i))

Legend:
Removed from v.1.66  
changed lines
  Added in v.1.67

CVSweb