aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-01-12 15:50:42 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-01-12 15:50:42 +0000
commit6e11d260e2b32511ddba61c5233b2ac3068e1118 (patch)
tree5f1ab304404ce42398e4cd8bbda9188835544a18 /mandoc.h
parent5f6cfc51841517a03c234988b077d265f7bfcf38 (diff)
downloadmandoc-6e11d260e2b32511ddba61c5233b2ac3068e1118.tar.gz
mandoc-6e11d260e2b32511ddba61c5233b2ac3068e1118.tar.zst
mandoc-6e11d260e2b32511ddba61c5233b2ac3068e1118.zip
Make out-of-context `fi' invocations not cause an error, but just a
warning. From a TODO by schwarze@, originally noted by Brad Smith.
Diffstat (limited to 'mandoc.h')
-rw-r--r--mandoc.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/mandoc.h b/mandoc.h
index 9cfb350a..f9c77487 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.52 2011/01/11 00:11:45 schwarze Exp $ */
+/* $Id: mandoc.h,v 1.53 2011/01/12 15:50:42 kristaps Exp $ */
/*
* Copyright (c) 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -80,6 +80,7 @@ enum mandocerr {
MANDOCERR_LISTFIRST, /* list type must come first */
MANDOCERR_NOWIDTHARG, /* tag lists require a width argument */
MANDOCERR_FONTTYPE, /* missing font type */
+ MANDOCERR_WNOSCOPE, /* skipping end of block that is not open */
/* related to bad macro arguments */
MANDOCERR_IGNARGV, /* skipping argument */