From 3b2ccd70393214cf6fb85913738a991c84ff369a Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sun, 4 Oct 2009 15:24:54 +0000 Subject: 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). --- man_term.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'man_term.c') 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 * @@ -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); -- cgit v1.2.3