diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-09-11 23:53:30 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-09-11 23:53:30 +0000 |
commit | b10abbef0557e301ca53a7760eb1f3ca5bad2fff (patch) | |
tree | c9df9903ac78e6ee7ee94a0bd6551d9c55395ec3 /read.c | |
parent | 011f0d7183d2f0eb6736b4c4a53fa9345029c875 (diff) | |
download | mandoc-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.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 */ |