From a70595124021b19985ca649bfe1c53c913a5e414 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Mon, 7 Jul 2014 16:12:20 +0000 Subject: no need to delete any content from .Rs blocks, and downgrade the related message from ERROR to WARNING --- read.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'read.c') diff --git a/read.c b/read.c index d491db70..be45fd69 100644 --- a/read.c +++ b/read.c @@ -1,4 +1,4 @@ -/* $Id: read.c,v 1.66 2014/07/07 15:03:43 schwarze Exp $ */ +/* $Id: read.c,v 1.67 2014/07/07 16:12:20 schwarze Exp $ */ /* * Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons * Copyright (c) 2010-2014 Ingo Schwarze @@ -149,6 +149,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "skipping duplicate display type", "skipping duplicate list type", "unknown AT&T UNIX version", + "invalid content in Rs block", "invalid Boolean argument", "unknown font, skipping request", @@ -185,7 +186,6 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "manual name not yet set", "skipping unknown macro", "argument count wrong", - "skipping invalid content in .Rs block", "unknown standard specifier", "skipping column outside column list", "skipping end of block that is not open", -- cgit v1.2.3