]> git.cameronkatri.com Git - mandoc.git/commitdiff
Patch on DragonFly BSD syntax (thanks Sascha Wildner).
authorKristaps Dzonsons <kristaps@bsd.lv>
Sat, 31 Oct 2009 06:50:25 +0000 (06:50 +0000)
committerKristaps Dzonsons <kristaps@bsd.lv>
Sat, 31 Oct 2009 06:50:25 +0000 (06:50 +0000)
Noted inclusion into DragonFly BSD (thanks Sascha Wildner).

index.sgml
mdoc.7
mdoc_html.c
mdoc_term.c

index 0df668ea52ff2ab7b7554030a07862c9f8be7a09..884f96fed351bd578d2fc98e480158e9228e930c 100644 (file)
                                        <col width="200">
                                        <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>
                        <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 c0de1e0a7cee78f131f046b0841cddcbde789781..53c85dd1c56db9ba76f446bd01acfe802156eacc 100644 (file)
--- 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:
index 956bcf5e91fd6a168a336246a651de5c449a5c31..8995f093fc28ec9fcecb50233f24d83d02a45f4e 100644 (file)
@@ -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";
index 1e47dc62fa237013bf99cfb95ba5b1d54f5ee376..1c89f1da74233aa606bd43723e6a663fc4c4dae2 100644 (file)
@@ -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";