summaryrefslogtreecommitdiffstats
path: root/mdoc_validate.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-31 08:34:12 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-31 08:34:12 +0000
commit561b1fee8774cad663b9477aef5763fb4d38286b (patch)
treec55f75bc2d872eaf9fd964820a02630f1c17974c /mdoc_validate.c
parent8eda95c174f261a74db98c38c4d4ae30895d3523 (diff)
downloadmandoc-561b1fee8774cad663b9477aef5763fb4d38286b.tar.gz
Fixed -Thtml printing of -ohang lists (-mdoc).
Fixed validation of -ohang lists as having no widths.
Diffstat (limited to 'mdoc_validate.c')
-rw-r--r--mdoc_validate.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/mdoc_validate.c b/mdoc_validate.c
index 61d4c3c6..088bb09a 100644
--- a/mdoc_validate.c
+++ b/mdoc_validate.c
@@ -665,6 +665,8 @@ pre_bl(PRE_ARGS)
/* FALLTHROUGH */
case (MDOC_Diag):
/* FALLTHROUGH */
+ case (MDOC_Ohang):
+ /* FALLTHROUGH */
case (MDOC_Inset):
/* FALLTHROUGH */
case (MDOC_Item):