From 59d670588d5a0d26b72f44f847929ba4b7dd5435 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 18 Jun 2011 17:58:48 +0000 Subject: Fix two TODOs with one check-in. Both of these relate to vertical space before paragraphs and/or within `RS' blocks. --- man_html.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man_html.c') 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 * @@ -135,7 +135,6 @@ html_man(void *arg, const struct man *m) printf("\n"); } - static void print_man(MAN_ARGS) { -- cgit v1.2.3