From 876f41fda129a014ca0587ee5be314bcbf7bb683 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Tue, 10 Nov 2009 11:45:57 +0000 Subject: Disable metafonts when printing document footer. --- mdoc_term.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'mdoc_term.c') diff --git a/mdoc_term.c b/mdoc_term.c index ee2bdd3e..ba89561b 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -349,6 +349,9 @@ print_foot(DECL_ARGS) { char buf[DATESIZ], os[BUFSIZ]; + /* Disable meta-fonts. */ + p->metafont = 0; + /* * Output the footer in new-groff style, that is, three columns * with the middle being the manual date and flanking columns -- cgit