summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-09-07 23:25:01 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-09-07 23:25:01 +0000
commite7f17cff677b94787cb26fd21afbbc4ecc6a91f0 (patch)
tree37015ae9e64abd25db44772cfc5c0a67fd42de2a /read.c
parent6a8ae4913857a065ca7564e19473146c144d3c29 (diff)
downloadmandoc-e7f17cff677b94787cb26fd21afbbc4ecc6a91f0.tar.gz
warn about AUTHORS sections without .An macros, inspired by mdoclint(1)
Diffstat (limited to 'read.c')
-rw-r--r--read.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/read.c b/read.c
index bcb2e0b3..2b39d57b 100644
--- a/read.c
+++ b/read.c
@@ -117,6 +117,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"sections out of conventional order",
"duplicate section title",
"unexpected section",
+ "AUTHORS section without An macro",
/* related to macros and nesting */
"obsolete macro",