summaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 19:57:53 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-03 19:57:53 +0000
commit666e0d666a17110642c5f1ae87cb40d00173432a (patch)
treeaa3d6404b432111c434bd5973d2d9313ec761669 /man_term.c
parent54ddd313a40e4bd0938e09253d80cf14064e78f6 (diff)
downloadmandoc-666e0d666a17110642c5f1ae87cb40d00173432a.tar.gz
mandoc-666e0d666a17110642c5f1ae87cb40d00173432a.tar.zst
mandoc-666e0d666a17110642c5f1ae87cb40d00173432a.zip
Added initial -man framework for -Thtml.
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/man_term.c b/man_term.c
index b5b6891c..8093b7ab 100644
--- a/man_term.c
+++ b/man_term.c
@@ -1,4 +1,4 @@
-/* $Id: man_term.c,v 1.31 2009/09/16 09:41:24 kristaps Exp $ */
+/* $Id: man_term.c,v 1.32 2009/10/03 19:57:53 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -91,7 +91,7 @@ static void post_SS(DECL_ARGS);
static void post_TP(DECL_ARGS);
static void post_i(DECL_ARGS);
-static const struct termact termacts[MAN_MAX] = {
+static const struct termact termacts[MAN_MAX] = {
{ pre_br, NULL }, /* br */
{ NULL, NULL }, /* TH */
{ pre_SH, post_SH }, /* SH */
@@ -160,6 +160,7 @@ 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);