summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2017-06-17 23:07:00 +0000
committerIngo Schwarze <schwarze@openbsd.org>2017-06-17 23:07:00 +0000
commitc58fe9157a7d01e305e9b0722af6f1be98111207 (patch)
treef06c138e9ddb914e3a0627dc37a03099e2eb2bb7 /read.c
parentfa0774eefa46d6a2984ff675493f30dfc41f1a8a (diff)
downloadmandoc-c58fe9157a7d01e305e9b0722af6f1be98111207.tar.gz
style message about duplicate RCS ids; inspired by mdoclint
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 6c1c3177..94dffc06 100644
--- a/read.c
+++ b/read.c
@@ -92,6 +92,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = {
"Mdocdate missing",
"legacy man(7) date format",
"RCS id missing",
+ "duplicate RCS id",
"useless macro",
"consider using OS macro",
"errnos out of order",