diff options
author | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-05 01:12:20 +0000 |
---|---|---|
committer | Ingo Schwarze <schwarze@openbsd.org> | 2014-07-05 01:12:20 +0000 |
commit | 2b3a6826335208288b20ac657af3159eb354cd11 (patch) | |
tree | 909cb81e4836ae9e24664b2016cf6cc246b44b96 /read.c | |
parent | 75cc39c2a41a2eef6085721de92ebcdf1b8868f6 (diff) | |
download | mandoc-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.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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", |