From 2b3a6826335208288b20ac657af3159eb354cd11 Mon Sep 17 00:00:00 2001 From: Ingo Schwarze Date: Sat, 5 Jul 2014 01:12:20 +0000 Subject: Cleanup regarding -offset and -width: * Bugfix: Last one wins, not first one. * Fix .Bl -width without argument: it means 0n, so do not ignore it. * Report macro names, argument names and fallbacks in related messages. * Simplify: Garbage collect auxiliary variables in pre_bd() and pre_bl(). --- read.c | 1 + 1 file changed, 1 insertion(+) (limited to 'read.c') diff --git a/read.c b/read.c index 43f4b650..d78f3d17 100644 --- a/read.c +++ b/read.c @@ -131,6 +131,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "skipping empty request", "conditional request controls empty scope", "skipping empty macro", + "empty argument, using 0n", "argument count wrong", "missing display type, using -ragged", "list type is not the first argument", -- cgit