summaryrefslogtreecommitdiffstats
path: root/main.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-12-06 11:01:19 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-12-06 11:01:19 +0000
commit8c61f2c921a13b11e670f0f4a8195c1b11045c8d (patch)
treeaffb627a5be57d571130a498209cde4985ef2cf7 /main.c
parent6fd4c9d365c408c83f9382855b2310891154a1f7 (diff)
downloadmandoc-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.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.c b/main.c
index 64166f6c..96179acb 100644
--- a/main.c
+++ b/main.c
@@ -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",