]> git.cameronkatri.com Git - mandoc.git/commitdiff
groff uses three vspaces before the footer too.
authorJoerg Sonnenberger <joerg@netbsd.org>
Mon, 17 May 2010 10:26:49 +0000 (10:26 +0000)
committerJoerg Sonnenberger <joerg@netbsd.org>
Mon, 17 May 2010 10:26:49 +0000 (10:26 +0000)
man_term.c

index 49ded28276141dea4939e79adb325d8b123f504b..09229cbeab04fc45a8e8b0eb93a5ec16a7311485 100644 (file)
@@ -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>
  *
@@ -864,6 +864,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;