aboutsummaryrefslogtreecommitdiffstatshomepage
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
commit59d670588d5a0d26b72f44f847929ba4b7dd5435 (patch)
tree3adcf9e50d70103d3cc1ad4ee42f6df995fa2ac4 /man_html.c
parent55d8e28ac565dbc5aecfd860a4d3fe6a7ac99c72 (diff)
downloadmandoc-59d670588d5a0d26b72f44f847929ba4b7dd5435.tar.gz
mandoc-59d670588d5a0d26b72f44f847929ba4b7dd5435.tar.zst
mandoc-59d670588d5a0d26b72f44f847929ba4b7dd5435.zip
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.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/man_html.c b/man_html.c
index 73953ecd..52a5c5b1 100644
--- a/man_html.c
+++ b/man_html.c
@@ -1,4 +1,4 @@
-/* $Id: man_html.c,v 1.72 2011/05/17 11:34:31 kristaps Exp $ */
+/* $Id: man_html.c,v 1.73 2011/06/18 17:58:48 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -135,7 +135,6 @@ html_man(void *arg, const struct man *m)
printf("\n");
}
-
static void
print_man(MAN_ARGS)
{