summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-11-10 23:32:40 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-11-10 23:32:40 +0000
commit451c91387a4cded19c73e971d3b2ee1bb4c1f53d (patch)
tree84bc2d3caa8629db244eb03bdaf277a400150657 /read.c
parent32cb510892d905d4d8ed670cc5f09298984ffc28 (diff)
downloadmandoc-451c91387a4cded19c73e971d3b2ee1bb4c1f53d.tar.gz
be less assertive when warning about a possible typo;
from jca@, ok jmc@
Diffstat (limited to 'read.c')
-rw-r--r--read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/read.c b/read.c
index 951e6a78..b293913a 100644
--- a/read.c
+++ b/read.c
@@ -96,7 +96,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"legacy man(7) date format",
"lower case character in document title",
"duplicate RCS id",
- "typo in section name",
+ "possible typo in section name",
"unterminated quoted argument",
"useless macro",
"consider using OS macro",