summaryrefslogtreecommitdiffstatshomepage
path: root/man_term.c
diff options
context:
space:
mode:
authorJoerg Sonnenberger <joerg@netbsd.org>2010-05-17 10:26:49 +0000
committerJoerg Sonnenberger <joerg@netbsd.org>2010-05-17 10:26:49 +0000
commit78a2dfc5fdbcee974df69bff4efca868a0efb024 (patch)
treee0159687ba960531d6281406023b8b9cb8c9dfe3 /man_term.c
parent602d98ec70f4d753a2587e8df1cd73b6c76b6081 (diff)
downloadmandoc-78a2dfc5fdbcee974df69bff4efca868a0efb024.tar.gz
mandoc-78a2dfc5fdbcee974df69bff4efca868a0efb024.tar.zst
mandoc-78a2dfc5fdbcee974df69bff4efca868a0efb024.zip
groff uses three vspaces before the footer too.
Diffstat (limited to 'man_term.c')
-rw-r--r--man_term.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/man_term.c b/man_term.c
index 49ded282..09229cbe 100644
--- a/man_term.c
+++ b/man_term.c
@@ -1,4 +1,4 @@
-/* $Id: man_term.c,v 1.68 2010/05/15 22:44:04 kristaps Exp $ */
+/* $Id: man_term.c,v 1.69 2010/05/17 10:26:49 joerg Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -865,6 +865,8 @@ print_man_foot(struct termp *p, const struct man_meta *meta)
time2a(meta->date, buf, DATESIZ);
term_vspace(p);
+ term_vspace(p);
+ term_vspace(p);
p->flags |= TERMP_NOSPACE | TERMP_NOBREAK;
p->rmargin = p->maxrmargin - strlen(buf);