From 827a22bf89a1e97e8bbe3ae764ac62a81c2d35d8 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Wed, 2 Jun 2021 18:28:19 +0000 Subject: In -W style mode, check .Xr links along the full manpath because that is more useful for validating manuals of non-base software. Nothing changes in -W all mode: by default for -T lint, we still assume we want to check base system conventions, including usually not wanting to link to non-base manual pages. The use case, a partial idea how to handle it, and a preliminary patch was originally presented by kn@, then refined by me. Final patch tested and OK'ed by kn@. --- mandoc_msg.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mandoc_msg.c') diff --git a/mandoc_msg.c b/mandoc_msg.c index 3ec86744..7a127331 100644 --- a/mandoc_msg.c +++ b/mandoc_msg.c @@ -55,7 +55,6 @@ static const char *const type_message[MANDOCERR_MAX] = { "unknown architecture", "operating system explicitly specified", "RCS id missing", - "referenced manual not found", "generic style suggestion", @@ -69,6 +68,7 @@ static const char *const type_message[MANDOCERR_MAX] = { "consider using OS macro", "errnos out of order", "duplicate errno", + "referenced manual not found", "trailing delimiter", "no blank before trailing delimiter", "fill mode already enabled, skipping", -- cgit v1.2.3-56-ge451