From b3d3825fd4c70631fc197c80b4f5396ec298651f Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 16 Sep 2013 00:25:07 +0000 Subject: One of the WARNING messages has to use the word "section" twice in two different meanings, that cannot be helped. But we can make this less confusing by stating that the second instance refers to stuff like (2), (3), and (9), and by adding the sections header the first instance refers to, for example ERRORS or RETURN VALUES. Source for confusion noticed by Jan Stary , better wording suggested by jmc@, tweaked by me. --- mdoc_validate.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'mdoc_validate.c') diff --git a/mdoc_validate.c b/mdoc_validate.c index 7e28df3a..64632c69 100644 --- a/mdoc_validate.c +++ b/mdoc_validate.c @@ -1964,7 +1964,8 @@ post_sh_head(POST_ARGS) break; if (*mdoc->meta.msec == '9') break; - mdoc_nmsg(mdoc, mdoc->last, MANDOCERR_SECMSEC); + mandoc_msg(MANDOCERR_SECMSEC, mdoc->parse, + mdoc->last->line, mdoc->last->pos, buf); break; default: break; -- cgit