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

Diff for /mandoc/mandoc.h between version 1.238 and 1.239

version 1.238, 2017/07/01 09:47:30 version 1.239, 2017/07/02 15:31:59
Line 97  enum mandocerr {
Line 97  enum mandocerr {
         MANDOCERR_SEC_ORDER, /* sections out of conventional order: Sh title */          MANDOCERR_SEC_ORDER, /* sections out of conventional order: Sh title */
         MANDOCERR_SEC_REP, /* duplicate section title: Sh title */          MANDOCERR_SEC_REP, /* duplicate section title: Sh title */
         MANDOCERR_SEC_MSEC, /* unexpected section: Sh title for ... only */          MANDOCERR_SEC_MSEC, /* unexpected section: Sh title for ... only */
           MANDOCERR_XR_SELF,  /* cross reference to self: Xr name sec */
         MANDOCERR_XR_ORDER, /* unusual Xr order: ... after ... */          MANDOCERR_XR_ORDER, /* unusual Xr order: ... after ... */
         MANDOCERR_XR_PUNCT, /* unusual Xr punctuation: ... after ... */          MANDOCERR_XR_PUNCT, /* unusual Xr punctuation: ... after ... */
         MANDOCERR_AN_MISSING, /* AUTHORS section without An macro */          MANDOCERR_AN_MISSING, /* AUTHORS section without An macro */

Legend:
Removed from v.1.238  
changed lines
  Added in v.1.239

CVSweb