=================================================================== RCS file: /cvs/mandoc/mdoc_term.c,v retrieving revision 1.99 retrieving revision 1.101 diff -u -p -r1.99 -r1.101 --- mandoc/mdoc_term.c 2009/10/30 18:53:09 1.99 +++ mandoc/mdoc_term.c 2009/11/10 11:45:57 1.101 @@ -1,4 +1,4 @@ -/* $Id: mdoc_term.c,v 1.99 2009/10/30 18:53:09 kristaps Exp $ */ +/* $Id: mdoc_term.c,v 1.101 2009/11/10 11:45:57 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -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 @@ -1634,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";