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

Diff for /mandoc/mandoc.h between version 1.25 and 1.26

version 1.25, 2010/12/01 10:31:35 version 1.26, 2010/12/01 16:54:25
Line 45  enum mandocerr {
Line 45  enum mandocerr {
         MANDOCERR_OK,          MANDOCERR_OK,
   
         MANDOCERR_WARNING, /* ===== start of warnings ===== */          MANDOCERR_WARNING, /* ===== start of warnings ===== */
           MANDOCERR_SO, /* .so is fragile, better use ln(1) */
         MANDOCERR_UPPERCASE, /* text should be uppercase */          MANDOCERR_UPPERCASE, /* text should be uppercase */
         MANDOCERR_SECOOO, /* sections out of conventional order */          MANDOCERR_SECOOO, /* sections out of conventional order */
         MANDOCERR_SECREP, /* section name repeats */          MANDOCERR_SECREP, /* section name repeats */
Line 114  enum mandocerr {
Line 115  enum mandocerr {
         MANDOCERR_SYNTARGVCOUNT, /* argument count wrong, violates syntax */          MANDOCERR_SYNTARGVCOUNT, /* argument count wrong, violates syntax */
         MANDOCERR_SYNTCHILD, /* child violates parent syntax */          MANDOCERR_SYNTCHILD, /* child violates parent syntax */
         MANDOCERR_SYNTARGCOUNT, /* argument count wrong, violates syntax */          MANDOCERR_SYNTARGCOUNT, /* argument count wrong, violates syntax */
           MANDOCERR_SOPATH, /* NOT IMPLEMENTED: .so with absolute path or ".." */
         MANDOCERR_NODOCBODY, /* no document body */          MANDOCERR_NODOCBODY, /* no document body */
         MANDOCERR_NODOCPROLOG, /* no document prologue */          MANDOCERR_NODOCPROLOG, /* no document prologue */
         MANDOCERR_UTSNAME, /* utsname system call failed */          MANDOCERR_UTSNAME, /* utsname system call failed */

Legend:
Removed from v.1.25  
changed lines
  Added in v.1.26

CVSweb