summaryrefslogtreecommitdiffstats
path: root/usr.bin/mandoc/man_html.c
diff options
context:
space:
mode:
authorschwarze <schwarze@openbsd.org>2011-09-18 15:54:48 +0000
committerschwarze <schwarze@openbsd.org>2011-09-18 15:54:48 +0000
commit04e980cb938b40da5e19a9a25cd7446a988ca5e4 (patch)
treebb18ce106a22da0ec77903ffdd6ad55da9ffa759 /usr.bin/mandoc/man_html.c
parentSome fixes for the signal handling code. (diff)
downloadwireguard-openbsd-04e980cb938b40da5e19a9a25cd7446a988ca5e4.tar.xz
wireguard-openbsd-04e980cb938b40da5e19a9a25cd7446a988ca5e4.zip
sync to version 1.11.7 from kristaps@
main new feature: support the roff(7) .tr request plus various bugfixes and some refactoring regressions are so minor that it's better to get this in and fix them in the tree
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 1dcfe5aea61..5192ba9761e 100644
--- a/usr.bin/mandoc/man_html.c
+++ b/usr.bin/mandoc/man_html.c
@@ -1,4 +1,4 @@
-/* $Id: man_html.c,v 1.41 2011/09/18 10:25:28 schwarze Exp $ */
+/* $Id: man_html.c,v 1.42 2011/09/18 15:54:48 schwarze Exp $ */
/*
* Copyright (c) 2008, 2009, 2010, 2011 Kristaps Dzonsons <kristaps@bsd.lv>
*
@@ -32,7 +32,6 @@
/* FIXME: have PD set the default vspace width. */
#define INDENT 5
-#define HALFINDENT 3
#define MAN_ARGS const struct man_meta *m, \
const struct man_node *n, \