diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-05 15:37:30 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-12-05 15:37:30 +0000 |
commit | 0b4127a628b0da28fe24f16107d14c5255d71a4a (patch) | |
tree | e50aa98f84d127316d90a7b81856012b83bc81b7 /mdoc_html.c | |
parent | 627ca9c00340387199629fec275445d9acebc21d (diff) | |
download | mandoc-0b4127a628b0da28fe24f16107d14c5255d71a4a.tar.gz |
Merge schwarze@'s changes allowing nested displays. Tweak the patch by
making sure output doesn't add a superfluous newline with the nested displays.
Also add a COMPATIBILITY note.
Rename a macro (DATESIZ) to be in line with OpenBSD (DATESIZE).
Diffstat (limited to 'mdoc_html.c')
-rw-r--r-- | mdoc_html.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mdoc_html.c b/mdoc_html.c index 9b8b4c10..7fac0895 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -1331,6 +1331,10 @@ mdoc_bd_pre(MDOC_ARGS) /* FALLTHROUGH */ case (MDOC_Bl): /* FALLTHROUGH */ + case (MDOC_D1): + /* FALLTHROUGH */ + case (MDOC_Dl): + /* FALLTHROUGH */ case (MDOC_Lp): /* FALLTHROUGH */ case (MDOC_Pp): |