From 1f8ebfcb6a16709ba0748e288a058a66786be68a Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Sat, 31 Oct 2009 06:50:25 +0000 Subject: Patch on DragonFly BSD syntax (thanks Sascha Wildner). Noted inclusion into DragonFly BSD (thanks Sascha Wildner). --- mdoc_term.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mdoc_term.c') diff --git a/mdoc_term.c b/mdoc_term.c index 1e47dc62..1c89f1da 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -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.100 2009/10/31 06:50:25 kristaps Exp $ */ /* * Copyright (c) 2008, 2009 Kristaps Dzonsons * @@ -1634,7 +1634,7 @@ termp_xx_pre(DECL_ARGS) pp = "BSDI BSD/OS"; break; case (MDOC_Dx): - pp = "DragonFlyBSD"; + pp = "DragonFly"; break; case (MDOC_Fx): pp = "FreeBSD"; -- cgit v1.2.3-56-ge451