summaryrefslogtreecommitdiffstats
path: root/read.c
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2014-07-05 01:12:20 +0000
committerIngo Schwarze <schwarze@openbsd.org>2014-07-05 01:12:20 +0000
commit2b3a6826335208288b20ac657af3159eb354cd11 (patch)
tree909cb81e4836ae9e24664b2016cf6cc246b44b96 /read.c
parent75cc39c2a41a2eef6085721de92ebcdf1b8868f6 (diff)
downloadmandoc-2b3a6826335208288b20ac657af3159eb354cd11.tar.gz
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().
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 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",