diff options
-rw-r--r-- | index.sgml | 7 | ||||
-rw-r--r-- | mdoc.7 | 2 | ||||
-rw-r--r-- | mdoc_html.c | 2 | ||||
-rw-r--r-- | mdoc_term.c | 2 |
4 files changed, 10 insertions, 3 deletions
@@ -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/" @@ -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"; |