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

Diff for /mandoc/mandoc.h between version 1.131 and 1.132

version 1.131, 2014/07/03 21:23:54 version 1.132, 2014/07/03 23:24:56
Line 91  enum mandocerr {
Line 91  enum mandocerr {
         MANDOCERR_DISPTYPE, /* missing display type */          MANDOCERR_DISPTYPE, /* missing display type */
         MANDOCERR_LISTFIRST, /* list type must come first */          MANDOCERR_LISTFIRST, /* list type must come first */
         MANDOCERR_NOWIDTHARG, /* tag lists require a width argument */          MANDOCERR_NOWIDTHARG, /* tag lists require a width argument */
           MANDOCERR_IT_NOHEAD, /* missing head in list item: type */
         MANDOCERR_FONTTYPE, /* missing font type */          MANDOCERR_FONTTYPE, /* missing font type */
   
         /* related to bad macro arguments */          /* related to bad macro arguments */
Line 146  enum mandocerr {
Line 147  enum mandocerr {
         MANDOCERR_SCOPEEXIT, /* scope open on exit */          MANDOCERR_SCOPEEXIT, /* scope open on exit */
         MANDOCERR_UNAME, /* uname(3) system call failed */          MANDOCERR_UNAME, /* uname(3) system call failed */
         /* FIXME: merge following with MANDOCERR_ARGCOUNT */          /* FIXME: merge following with MANDOCERR_ARGCOUNT */
         MANDOCERR_NOARGS, /* macro requires line argument(s) */  
         MANDOCERR_NOBODY, /* macro requires body argument(s) */          MANDOCERR_NOBODY, /* macro requires body argument(s) */
         MANDOCERR_NOARGV, /* macro requires argument(s) */          MANDOCERR_NOARGV, /* macro requires argument(s) */
         MANDOCERR_NUMERIC, /* request requires a numeric argument */          MANDOCERR_NUMERIC, /* request requires a numeric argument */

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

CVSweb