diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-20 19:25:06 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-09-20 19:25:06 +0000 |
commit | 2d1279664ec5bb35475f363cd20b3db95c8a376b (patch) | |
tree | de0eeec696a0dc55950303e99e2bea3f63ded444 /mdoc_term.c | |
parent | b323cfdd62e9fc21bd81db62a3eb2e4913007c6e (diff) | |
download | mandoc-2d1279664ec5bb35475f363cd20b3db95c8a376b.tar.gz |
Headers and footers in -Thtml. Various minor additions.
Diffstat (limited to 'mdoc_term.c')
-rw-r--r-- | mdoc_term.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mdoc_term.c b/mdoc_term.c index 09d21c73..4441a1cb 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -424,6 +424,7 @@ print_foot(DECL_ARGS) } +/* FIXME: put in utility library. */ /* ARGSUSED */ static void print_head(DECL_ARGS) |