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

Diff for /mandoc/mandoc.h between version 1.263 and 1.265

version 1.263, 2019/07/10 19:39:01 version 1.265, 2020/01/19 16:44:50
Line 1 
Line 1 
 /*      $Id$ */  /*      $Id$ */
 /*  /*
  * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>   * Copyright (c) 2010, 2011, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
  * Copyright (c) 2012-2019 Ingo Schwarze <schwarze@openbsd.org>   * Copyright (c) 2012-2020 Ingo Schwarze <schwarze@openbsd.org>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 83  enum mandocerr {
Line 83  enum mandocerr {
         MANDOCERR_TH_NOTITLE, /* missing manual title, using "": [macro] */          MANDOCERR_TH_NOTITLE, /* missing manual title, using "": [macro] */
         MANDOCERR_MSEC_MISSING, /* missing manual section, using "": macro */          MANDOCERR_MSEC_MISSING, /* missing manual section, using "": macro */
         MANDOCERR_MSEC_BAD, /* unknown manual section: Dt ... section */          MANDOCERR_MSEC_BAD, /* unknown manual section: Dt ... section */
         MANDOCERR_DATE_MISSING, /* missing date, using today's date */          MANDOCERR_DATE_MISSING, /* missing date, using "": [macro] */
         MANDOCERR_DATE_BAD, /* cannot parse date, using it verbatim: date */          MANDOCERR_DATE_BAD, /* cannot parse date, using it verbatim: date */
         MANDOCERR_DATE_FUTURE, /* date in the future, using it anyway: date */          MANDOCERR_DATE_FUTURE, /* date in the future, using it anyway: date */
         MANDOCERR_OS_MISSING, /* missing Os macro, using "" */          MANDOCERR_OS_MISSING, /* missing Os macro, using "" */
Line 309  enum mandoclevel  mandoc_msg_getrc(void);
Line 309  enum mandoclevel  mandoc_msg_getrc(void);
 void              mandoc_msg_setrc(enum mandoclevel);  void              mandoc_msg_setrc(enum mandoclevel);
 void              mandoc_msg(enum mandocerr, int, int, const char *, ...)  void              mandoc_msg(enum mandocerr, int, int, const char *, ...)
                         __attribute__((__format__ (__printf__, 4, 5)));                          __attribute__((__format__ (__printf__, 4, 5)));
   void              mandoc_msg_summary(void);
 void              mchars_alloc(void);  void              mchars_alloc(void);
 void              mchars_free(void);  void              mchars_free(void);
 int               mchars_num2char(const char *, size_t);  int               mchars_num2char(const char *, size_t);

Legend:
Removed from v.1.263  
changed lines
  Added in v.1.265

CVSweb