[BACK]Return to mdoc.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / mandoc

Diff for /src/usr.bin/mandoc/mdoc.c between version 1.48 and 1.49

version 1.48, 2010/05/14 19:52:43 version 1.49, 2010/05/15 16:48:12
Line 64 
Line 64 
         "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 */

Legend:
Removed from v.1.48  
changed lines
  Added in v.1.49