=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.98 retrieving revision 1.101 diff -u -p -r1.98 -r1.101 --- mandoc/mdoc_term.c 2009/10/27 08:49:44 1.98 +++ mandoc/mdoc_term.c 2009/11/10 11:45:57 1.101 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.98 2009/10/27 08:49:44 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.101 2009/11/10 11:45:57 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -18,7 +18,6 @@ #include #include -#include #include #include #include @@ -350,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 @@ -1635,7 +1637,7 @@ termp_xx_pre(DECL_ARGS) pp = "BSDI BSD/OS"; break; case (MDOC_Dx): - pp = "DragonFlyBSD"; + pp = "DragonFly"; break; case (MDOC_Fx): pp = "FreeBSD";