summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_html.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_html.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_html.c')
-rw-r--r--mdoc_html.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/mdoc_html.c b/mdoc_html.c
index 956bcf5e..8995f093 100644
--- a/mdoc_html.c
+++ b/mdoc_html.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_html.c,v 1.44 2009/10/31 06:10:58 kristaps Exp $ */
+/* $Id: mdoc_html.c,v 1.45 2009/10/31 06:50:25 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -810,7 +810,7 @@ mdoc_xx_pre(MDOC_ARGS)
pp = "BSDI BSD/OS";
break;
case (MDOC_Dx):
- pp = "DragonFlyBSD";
+ pp = "DragonFly";
break;
case (MDOC_Fx):
pp = "FreeBSD";