summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-10-31 06:50:25 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-10-31 06:50:25 +0000
commit1f8ebfcb6a16709ba0748e288a058a66786be68a (patch)
tree89d614ce1e6c94f7c0212226ecbf3b5d1d432e3d /mdoc_term.c
parentb0baeff81281262ab015b5dc86991a2fb5edfb51 (diff)
downloadmandoc-1f8ebfcb6a16709ba0748e288a058a66786be68a.tar.gz
mandoc-1f8ebfcb6a16709ba0748e288a058a66786be68a.tar.zst
mandoc-1f8ebfcb6a16709ba0748e288a058a66786be68a.zip
Patch on DragonFly BSD syntax (thanks Sascha Wildner).
Noted inclusion into DragonFly BSD (thanks Sascha Wildner).
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c4
1 files changed, 2 insertions, 2 deletions
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 <kristaps@kth.se>
*
@@ -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";