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_term.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_term.c')
-rw-r--r-- | mdoc_term.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c index 15c3440f..ee2bdd3e 100644 --- a/mdoc_term.c +++ b/mdoc_term.c @@ -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"; |