aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit1646ab1fa6b40399b2913086e23b635022a70349 (patch)
treeca4d97aa402f8ff1cc8c666301d74e396ba536ed /read.c
parent332a2176094538e094fed8f1e5e251feb6b666e9 (diff)
downloadmandoc-1646ab1fa6b40399b2913086e23b635022a70349.tar.gz
mandoc-1646ab1fa6b40399b2913086e23b635022a70349.tar.zst
mandoc-1646ab1fa6b40399b2913086e23b635022a70349.zip
style message about duplicate RCS ids; inspired by mdoclint
Diffstat (limited to 'read.c')
-rw-r--r--read.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/read.c b/read.c
index 5e030f65..36a849dc 100644
--- a/read.c
+++ b/read.c
@@ -1,4 +1,4 @@
-/* $Id: read.c,v 1.177 2017/06/17 22:43:14 schwarze Exp $ */
+/* $Id: read.c,v 1.178 2017/06/17 23:07:00 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010-2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -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",