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

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

version 1.130, 2010/05/13 06:22:11 version 1.132, 2010/05/15 06:48:13
Line 68  const char *const __mdoc_merrnames[MERRMAX] = {   
Line 68  const char *const __mdoc_merrnames[MERRMAX] = {   
         "line arguments discouraged", /* ENOLINE */          "line arguments discouraged", /* ENOLINE */
         "prologue macro out of conventional order", /* EPROLOOO */          "prologue macro out of conventional order", /* EPROLOOO */
         "prologue macro repeated", /* EPROLREP */          "prologue macro repeated", /* EPROLREP */
         "invalid manual section", /* EBADMSEC */  
         "invalid section", /* EBADSEC */          "invalid section", /* EBADSEC */
         "invalid font mode", /* EFONT */          "invalid font mode", /* EFONT */
         "invalid date syntax", /* EBADDATE */          "invalid date syntax", /* EBADDATE */
Line 701  mdoc_ptext(struct mdoc *m, int line, char *buf)
Line 700  mdoc_ptext(struct mdoc *m, int line, char *buf)
          * EOS character, then flag the node as being the end of a           * EOS character, then flag the node as being the end of a
          * 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);
   

Legend:
Removed from v.1.130  
changed lines
  Added in v.1.132

CVSweb