summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.sgml7
-rw-r--r--mdoc.72
-rw-r--r--mdoc_html.c2
-rw-r--r--mdoc_term.c2
4 files changed, 10 insertions, 3 deletions
diff --git a/index.sgml b/index.sgml
index f85eb0d5..e103eb10 100644
--- a/index.sgml
+++ b/index.sgml
@@ -91,6 +91,13 @@
<col>
<tbody>
<tr>
+ <td>DragonFly BSD</td>
+ <td>
+ <a href="http://gitweb.dragonflybsd.org/dragonfly.git/tree/HEAD:/usr.bin/mandoc"
+ class="external">usr.bin/mandoc</a>
+ </td>
+ </tr>
+ <tr>
<td>FreeBSD</td>
<td>
<a href="http://www.freebsd.org/cgi/cvsweb.cgi/ports/textproc/mdocml/"
diff --git a/mdoc.7 b/mdoc.7
index 5dc5c71f..7e676092 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1344,7 +1344,7 @@ See also
.Sx \&Er .
.
.Ss \&Dx
-Format the DragonFlyBSD version provided as an argument, or a default
+Format the DragonFly BSD version provided as an argument, or a default
value if no argument is provided.
.Pp
Examples:
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";
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";