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

Diff for /mandoc/mdoc.c between version 1.131 and 1.132

version 1.131, 2010/05/14 17:31:25 version 1.132, 2010/05/15 06:48:13
Line 701  mdoc_ptext(struct mdoc *m, int line, char *buf)
Line 701  mdoc_ptext(struct mdoc *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.131  
changed lines
  Added in v.1.132

CVSweb