diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-06 11:01:19 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-06 11:01:19 +0000 |
commit | 8c61f2c921a13b11e670f0f4a8195c1b11045c8d (patch) | |
tree | affb627a5be57d571130a498209cde4985ef2cf7 /main.c | |
parent | 6fd4c9d365c408c83f9382855b2310891154a1f7 (diff) | |
download | mandoc-8c61f2c921a13b11e670f0f4a8195c1b11045c8d.tar.gz |
Merge schwarze@'s relaxation of scope-breaking rules: allow implicit
ending of scopes and drop stray scope-endings.
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -187,6 +187,7 @@ static const char * const mandocerrs[MANDOCERR_MAX] = { "unsupported display type", "blocks badly nested", "no such block is open", + "missing end of block", "line scope broken, syntax violated", "argument count wrong, violates syntax", "child violates parent syntax", |