summaryrefslogtreecommitdiffstats
path: root/mandoc.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-09-27 09:26:27 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-09-27 09:26:27 +0000
commit5e146dc806363b4ffaa3ee4856b6564254b5299a (patch)
tree5b894f7c481f45415b4faa09eaa7ff002f9bb87a /mandoc.h
parent56b8aa498cd01ec108cbf961007a5fb70b85996a (diff)
downloadmandoc-5e146dc806363b4ffaa3ee4856b6564254b5299a.tar.gz
Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unless -compact is
specified).
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 f7c2bd02..91678edf 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -99,6 +99,7 @@ enum mandocerr {
MANDOCERR_FONTTYPE, /* missing font type */
MANDOCERR_ARGSLOST, /* line argument(s) will be lost */
MANDOCERR_BODYLOST, /* body argument(s) will be lost */
+ MANDOCERR_IGNPAR, /* paragraph macro ignored */
MANDOCERR_FATAL, /* ===== end of fatal errors ===== */