summaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-04 15:24:54 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-04 15:24:54 +0000
commit3b2ccd70393214cf6fb85913738a991c84ff369a (patch)
treec1bf420c4bb9fe993a009eaf82f6b11a46a24925 /man_term.c
parentab43bcf702ae29d5e464c13bacd02d17663c64c8 (diff)
downloadmandoc-3b2ccd70393214cf6fb85913738a991c84ff369a.tar.gz
mandoc-3b2ccd70393214cf6fb85913738a991c84ff369a.tar.zst
mandoc-3b2ccd70393214cf6fb85913738a991c84ff369a.zip
Structural components of -man -Thtml in place (note that HP is the same as IP, as HTML doesn't "do" this construction without fixed page widths).
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/man_term.c b/man_term.c
index 8093b7ab..661c7e4c 100644
--- a/man_term.c
+++ b/man_term.c
@@ -1,4 +1,4 @@
-/* $Id: man_term.c,v 1.32 2009/10/03 19:57:53 kristaps Exp $ */
+/* $Id: man_term.c,v 1.33 2009/10/04 15:24:54 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -160,7 +160,6 @@ man_run(struct termp *p, const struct man *m)
static void
-
fmt_block_vspace(struct termp *p, const struct man_node *n)
{
term_newln(p);