summaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-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);