diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-01 09:47:30 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2017-07-01 09:47:30 +0000 |
commit | a288316b2989716c6f4ed17dce8e778e9b6de9d7 (patch) | |
tree | fd723758e0cdfb5ee949c3eceaa129843f13d59b /mandoc.1 | |
parent | 17984e1e0b09558f8bfb0a8ee9e49bc97e4a554e (diff) | |
download | mandoc-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 'mandoc.1')
-rw-r--r-- | mandoc.1 | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -836,6 +836,14 @@ generated by CVS or .Ic NetBSD keyword substitution as conventionally used in these operating systems. +.It Sy "referenced manual not found" +.Pq mdoc +An +.Ic \&Xr +macro references a manual page that is not found in the base system. +The path to look for base system manuals is configurable at compile +time and defaults to +.Pa /usr/share/man : /usr/X11R6/man . .El .Ss Style suggestions .Bl -ohang |