diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-27 09:26:27 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-27 09:26:27 +0000 |
commit | 5e146dc806363b4ffaa3ee4856b6564254b5299a (patch) | |
tree | 5b894f7c481f45415b4faa09eaa7ff002f9bb87a /mandoc.h | |
parent | 56b8aa498cd01ec108cbf961007a5fb70b85996a (diff) | |
download | mandoc-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.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 ===== */ |