aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit8b3150eb7ea715f96295991892f92da415734e01 (patch)
treeb9e51922416b9eb93b9167817c0be6b8d1facb71 /main.c
parent4cc7a999b3000183ed01396b0eed8525adfa4697 (diff)
downloadmandoc-8b3150eb7ea715f96295991892f92da415734e01.tar.gz
mandoc-8b3150eb7ea715f96295991892f92da415734e01.tar.zst
mandoc-8b3150eb7ea715f96295991892f92da415734e01.zip
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.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/main.c b/main.c
index 101ea941..92056e45 100644
--- a/main.c
+++ b/main.c
@@ -1,4 +1,4 @@
-/* $Id: main.c,v 1.118 2010/12/05 15:55:01 kristaps Exp $ */
+/* $Id: main.c,v 1.119 2010/12/06 11:01:19 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2010 Ingo Schwarze <schwarze@openbsd.org>
@@ -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",