From 6dab5c29876bfeee770246c6dfbcc1e0aef2f75e Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 17 Jun 2017 22:43:14 +0000 Subject: style message about missing RCS ids; inspired by mdoclint --- read.c | 1 + 1 file changed, 1 insertion(+) (limited to 'read.c') diff --git a/read.c b/read.c index 3db68fa1..6c1c3177 100644 --- a/read.c +++ b/read.c @@ -91,6 +91,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "Mdocdate found", "Mdocdate missing", "legacy man(7) date format", + "RCS id missing", "useless macro", "consider using OS macro", "errnos out of order", -- cgit