aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/man_html.c
diff options
context:
space:
mode:
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 92c5fc78..cb3040e2 100644
--- a/man_html.c
+++ b/man_html.c
@@ -1,4 +1,4 @@
-/* $Id: man_html.c,v 1.123 2017/01/17 15:32:44 schwarze Exp $ */
+/* $Id: man_html.c,v 1.124 2017/01/18 19:22:22 schwarze Exp $ */
/*
* Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -166,7 +166,6 @@ html_man(void *arg, const struct roff_man *man)
print_man_nodelist(&man->meta, man->first, &mh, h);
print_tagq(h, t);
- putchar('\n');
}
static void