aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-04-07 07:49:38 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-04-07 07:49:38 +0000
commit67fe54dfba54a8c5e797c572a1c4f75e7a1db8a0 (patch)
treeee33bca463a34134f3a8ae9fbe1f7568dd7b260a /mdoc_html.c
parent8989a282f935eb563b274d90863d0b73ddb0a1f5 (diff)
downloadmandoc-67fe54dfba54a8c5e797c572a1c4f75e7a1db8a0.tar.gz
mandoc-67fe54dfba54a8c5e797c572a1c4f75e7a1db8a0.tar.zst
mandoc-67fe54dfba54a8c5e797c572a1c4f75e7a1db8a0.zip
Bug in printing of reserved words with form \*[xxx] fixed (found by Joerg Sonnenberger).
Diffstat (limited to 'mdoc_html.c')
-rw-r--r--mdoc_html.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/mdoc_html.c b/mdoc_html.c
index cd4119a2..e0181c06 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_html.c,v 1.59 2010/04/06 11:28:17 kristaps Exp $ */
+/* $Id: mdoc_html.c,v 1.60 2010/04/07 07:49:38 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -1388,6 +1388,7 @@ mdoc_bd_pre(MDOC_ARGS)
}
/* FIXME: -centered, etc. formatting. */
+ /* FIXME: does not respect -offset ??? */
if (MDOC_BLOCK == n->type) {
bufcat_su(h, "margin-left", &su);