summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_html.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2017-01-18 19:22:18 +0000
committerschwarze <schwarze@openbsd.org>2017-01-18 19:22:18 +0000
commitb1eea027fda2960a3a09a9f7763d2d99f4759c41 (patch)
tree6b52e204dec16fc99af1c480b32c4ae8b096e6c2 /usr.bin/mandoc/man_html.c
parentUse LIST_FOREACH to traverse icmp6_mtudisc_callbacks. Fix whitespaces. (diff)
downloadwireguard-openbsd-b1eea027fda2960a3a09a9f7763d2d99f4759c41.tar.xz
wireguard-openbsd-b1eea027fda2960a3a09a9f7763d2d99f4759c41.zip
Make HTML output more human readable by overhauling line break logic
around tags and by introducing some simple indentation. No change of HTML semantics intended.
Diffstat (limited to 'usr.bin/mandoc/man_html.c')
-rw-r--r--usr.bin/mandoc/man_html.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.bin/mandoc/man_html.c b/usr.bin/mandoc/man_html.c
index e2b7950f7d3..99b2dcaa99e 100644
--- a/usr.bin/mandoc/man_html.c
+++ b/usr.bin/mandoc/man_html.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: man_html.c,v 1.76 2017/01/17 15:32:39 schwarze Exp $ */
+/* $OpenBSD: man_html.c,v 1.77 2017/01/18 19:22:18 schwarze Exp $ */
/*
* Copyright (c) 2008-2012, 2014 Kristaps Dzonsons <kristaps@bsd.lv>
* Copyright (c) 2013, 2014, 2015, 2017 Ingo Schwarze <schwarze@openbsd.org>
@@ -164,7 +164,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