summaryrefslogtreecommitdiffstatshomepage
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
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).
-rw-r--r--index.sgml9
-rw-r--r--mdoc.76
-rw-r--r--mdoc_html.c4
-rw-r--r--mdoc_term.c4
4 files changed, 15 insertions, 8 deletions
diff --git a/index.sgml b/index.sgml
index 0df668ea..884f96fe 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/"
@@ -201,7 +208,7 @@
<tr>
<td>
<div class="foot">
- Copyright &#169; 2008, 2009 Kristaps D&#382;onsons, $Date: 2009/10/28 08:08:53 $
+ Copyright &#169; 2008, 2009 Kristaps D&#382;onsons, $Date: 2009/10/31 06:50:25 $
</div>
</td>
</tr>
diff --git a/mdoc.7 b/mdoc.7
index c0de1e0a..53c85dd1 100644
--- a/mdoc.7
+++ b/mdoc.7
@@ -1,4 +1,4 @@
-.\" $Id: mdoc.7,v 1.70 2009/10/26 04:09:45 kristaps Exp $
+.\" $Id: mdoc.7,v 1.71 2009/10/31 06:50:25 kristaps Exp $
.\"
.\" Copyright (c) 2009 Kristaps Dzonsons <kristaps@kth.se>
.\"
@@ -14,7 +14,7 @@
.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
.\"
-.Dd $Mdocdate: October 26 2009 $
+.Dd $Mdocdate: October 31 2009 $
.Dt MDOC 7
.Os
.
@@ -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 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";
diff --git a/mdoc_term.c b/mdoc_term.c
index 1e47dc62..1c89f1da 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_term.c,v 1.99 2009/10/30 18:53:09 kristaps Exp $ */
+/* $Id: mdoc_term.c,v 1.100 2009/10/31 06:50:25 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -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";