summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-09-11 23:53:30 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-09-11 23:53:30 +0000
commitb10abbef0557e301ca53a7760eb1f3ca5bad2fff (patch)
treec9df9903ac78e6ee7ee94a0bd6551d9c55395ec3 /read.c
parent011f0d7183d2f0eb6736b4c4a53fa9345029c875 (diff)
downloadmandoc-b10abbef0557e301ca53a7760eb1f3ca5bad2fff.tar.gz
warn about botched .Xr ordering and punctuation below SEE ALSO;
inspired by mdoclint(1)
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/read.c b/read.c
index 2b39d57b..b19059ed 100644
--- a/read.c
+++ b/read.c
@@ -117,6 +117,8 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"sections out of conventional order",
"duplicate section title",
"unexpected section",
+ "unusual Xr order",
+ "unusual Xr punctuation",
"AUTHORS section without An macro",
/* related to macros and nesting */