diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-09-07 23:25:01 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-09-07 23:25:01 +0000 |
commit | e7f17cff677b94787cb26fd21afbbc4ecc6a91f0 (patch) | |
tree | 37015ae9e64abd25db44772cfc5c0a67fd42de2a /mandoc.h | |
parent | 6a8ae4913857a065ca7564e19473146c144d3c29 (diff) | |
download | mandoc-e7f17cff677b94787cb26fd21afbbc4ecc6a91f0.tar.gz |
warn about AUTHORS sections without .An macros, inspired by mdoclint(1)
Diffstat (limited to 'mandoc.h')
-rw-r--r-- | mandoc.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -72,6 +72,7 @@ enum mandocerr { MANDOCERR_SEC_ORDER, /* sections out of conventional order: Sh title */ MANDOCERR_SEC_REP, /* duplicate section title: Sh title */ MANDOCERR_SEC_MSEC, /* unexpected section: Sh title for ... only */ + MANDOCERR_AN_MISSING, /* AUTHORS section without An macro */ /* related to macros and nesting */ MANDOCERR_MACRO_OBS, /* obsolete macro: macro */ |