diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-31 06:50:25 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-10-31 06:50:25 +0000 |
commit | 8eda95c174f261a74db98c38c4d4ae30895d3523 (patch) | |
tree | 5069ba0ab79622ead876c445babea5d8f82bfe29 /mdoc_html.c | |
parent | 0c847ddadd3a2935507c6f10ba925cd0cd3d507d (diff) | |
download | mandoc-8eda95c174f261a74db98c38c4d4ae30895d3523.tar.gz |
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_html.c b/mdoc_html.c index d79cb5d8..f3fd24fe 100644 --- a/mdoc_html.c +++ b/mdoc_html.c @@ -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"; |