summaryrefslogtreecommitdiffstats
path: root/man_html.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2011-06-18 17:58:48 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2011-06-18 17:58:48 +0000
commit0c9872ac2f450f2fcfcbf234c266d9bd9d404143 (patch)
tree665865f5fb0fa5540ad8d544bef601eea60e5e45 /man_html.c
parent56635f91688db2f5e34654a48a7297984673b807 (diff)
downloadmandoc-0c9872ac2f450f2fcfcbf234c266d9bd9d404143.tar.gz
Fix two TODOs with one check-in. Both of these relate to vertical space
before paragraphs and/or within `RS' blocks.
Diffstat (limited to 'man_html.c')
-rw-r--r--man_html.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/man_html.c b/man_html.c
index 2a1ef716..1bf9c571 100644
--- a/man_html.c
+++ b/man_html.c
@@ -135,7 +135,6 @@ html_man(void *arg, const struct man *m)
printf("\n");
}
-
static void
print_man(MAN_ARGS)
{