summaryrefslogtreecommitdiffstats
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
commit2dcec7ae5910c79dff9f5cea75f2569848bc2d0a (patch)
tree759204d049d6ee99a285f88c494047c729f6caae /mandoc.h
parentf820b77f059cd8365c50c5ddde78c343b541d4b3 (diff)
downloadmandoc-2dcec7ae5910c79dff9f5cea75f2569848bc2d0a.tar.gz
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/mandoc.h b/mandoc.h
index 04aa7cdf..61a1f5ad 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -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 */