summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-07-01 09:47:30 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-07-01 09:47:30 +0000
commita288316b2989716c6f4ed17dce8e778e9b6de9d7 (patch)
treefd723758e0cdfb5ee949c3eceaa129843f13d59b /read.c
parent17984e1e0b09558f8bfb0a8ee9e49bc97e4a554e (diff)
downloadmandoc-a288316b2989716c6f4ed17dce8e778e9b6de9d7.tar.gz
Basic reporting of .Xrs to manual pages that don't exist
in the base system, inspired by mdoclint(1). We are able to do this because (1) the -mdoc parser, the -Tlint validator, and the man(1) manual page lookup code are all in the same program and (2) the mandoc.db(5) database format allows fast lookup. Feedback from, previous versions tested by, and OK jmc@. A few features will be added to this in the tree, step by step.
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 dedb234d..2327b6ee 100644
--- a/read.c
+++ b/read.c
@@ -93,6 +93,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"unknown architecture",
"operating system explicitly specified",
"RCS id missing",
+ "referenced manual not found",
"generic style suggestion",