aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit2da6c4a2249e27899c00839a6d4bc3c71011e718 (patch)
tree3f16a094d15fca487c4eae3e8cd4599031bab4b7 /mandoc.h
parent56c1c592a8f53caa77000740b73deeead6497253 (diff)
downloadmandoc-2da6c4a2249e27899c00839a6d4bc3c71011e718.tar.gz
mandoc-2da6c4a2249e27899c00839a6d4bc3c71011e718.tar.zst
mandoc-2da6c4a2249e27899c00839a6d4bc3c71011e718.zip
Ignore double-`Pp' and `Pp' before `Bd' and `Bl' (unless -compact is
specified).
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 ec603ace..aeda6494 100644
--- a/mandoc.h
+++ b/mandoc.h
@@ -1,4 +1,4 @@
-/* $Id: mandoc.h,v 1.19 2010/09/26 20:22:28 schwarze Exp $ */
+/* $Id: mandoc.h,v 1.20 2010/09/27 09:26:27 kristaps Exp $ */
/*
* Copyright (c) 2010 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -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 ===== */